You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/05/06 16:06:05 UTC

svn commit: r941745 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml

Author: jacopoc
Date: Thu May  6 14:06:05 2010
New Revision: 941745

URL: http://svn.apache.org/viewvc?rev=941745&view=rev
Log:
Fix to my last commit: wrong path to resource.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?rev=941745&r1=941744&r2=941745&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Thu May  6 14:06:05 2010
@@ -359,7 +359,7 @@ under the License.
                 <decorator-screen name="CommonOrderViewDecorator">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://csstore/webapp/csstore/order/sendconfirmationemail.ftl"/></html>
+                            <html><html-template location="component://order/webapp/ordermgr/order/sendconfirmationemail.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>