Author: erwan
Date: Sat Jan  7 20:25:37 2012
New Revision: 1228716

URL: http://svn.apache.org/viewvc?rev=1228716&view=rev
Log:
OFBIZ-4527 - CategoryDetail.groovy in webpos is exactly same as in ordmgr and 
should be removed

Removed:
    
ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/catalog/CategoryDetail.groovy
Modified:
    
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CategoryDetail.groovy
    ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CategoryDetail.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CategoryDetail.groovy?rev=1228716&r1=1228715&r2=1228716&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CategoryDetail.groovy
 (original)
+++ 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CategoryDetail.groovy
 Sat Jan  7 20:25:37 2012
@@ -18,7 +18,7 @@
  */
 
 /*
- * NOTE: This script is also referenced by the ecommerce's screens and
+ * NOTE: This script is also referenced by the webpos and ecommerce's screens 
and
  * should not contain order component's specific code.
  */
 

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml?rev=1228716&r1=1228715&r2=1228716&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml Sat Jan  7 
20:25:37 2012
@@ -64,7 +64,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleCategoryPage"/>
                 <script 
location="component://webpos/webapp/webpos/WEB-INF/actions/catalog/Category.groovy"/>
-                <script 
location="component://webpos/webapp/webpos/WEB-INF/actions/catalog/CategoryDetail.groovy"/>
+                <script 
location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CategoryDetail.groovy"/>
             </actions>
             <widgets>
                 <container>


Reply via email to