Author: jleroux
Date: Fri Apr 19 06:26:08 2013
New Revision: 1469710
URL: http://svn.apache.org/r1469710
Log:
Removes a duplicated line, thanks to aditya who mentionned it in
https://issues.apache.org/jira/browse/OFBIZ-5157
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml?rev=1469710&r1=1469709&r2=1469710&view=diff
==============================================================================
---
ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml
(original)
+++
ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml
Fri Apr 19 06:26:08 2013
@@ -136,7 +136,6 @@ under the License.
</if>
<check-errors/>
- <entity-one entity-name="ShoppingList" value-field="shoppingList"/>
<entity-one entity-name="Product" value-field="product"/>
<if-empty field="product">
<add-error> <fail-property
property="ProductErrorProductNotFound" resource="ProductUiLabels"/> </add-error>