svn commit: r1134751 - /ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1134751 - /ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl

jleroux@apache.org
Author: jleroux
Date: Sat Jun 11 20:46:23 2011
New Revision: 1134751

URL: http://svn.apache.org/viewvc?rev=1134751&view=rev
Log:
"Applied fix from trunk for revision: 113464"  (done by hand got a quirk with automated stuff)

Modified:
    ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl

Modified: ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl?rev=1134751&r1=1134750&r2=1134751&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl (original)
+++ ofbiz/branches/release11.04/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl Sat Jun 11 20:46:23 2011
@@ -85,7 +85,7 @@ under the License.
         </table>
       </form>
       <br />
-      <a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
+      <a href="<@ofbizUrl>authview/${donePage}?orderId=${orderId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
       <a href="javascript:document.sendConfirmationForm.submit()" class="buttontext">${uiLabelMap.CommonSend}</a>
     </div>
 </div>