svn commit: r1134649 - /ofbiz/trunk/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: r1134649 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl

lektran
Author: lektran
Date: Sat Jun 11 14:14:16 2011
New Revision: 1134649

URL: http://svn.apache.org/viewvc?rev=1134649&view=rev
Log:
[OFBIZ-4312] Fix bug reported by Sam Hamilton, Order View -> Send Confirmation Email screen's lower Go Back button wasn't returning the user to the proper order view.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl?rev=1134649&r1=1134648&r2=1134649&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl Sat Jun 11 14:14:16 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>