Author: nmalin
Date: Mon Sep 2 15:51:01 2019
New Revision: 1866288
URL:
http://svn.apache.org/viewvc?rev=1866288&view=revLog:
Fixed: Move default-entity-name on updateQuantityBreak definition service
No functional change, just homogenize attribute suite with delete and create service.
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_shipment.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_shipment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_shipment.xml?rev=1866288&r1=1866287&r2=1866288&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_shipment.xml Mon Sep 2 15:51:01 2019
@@ -879,7 +879,7 @@ under the License.
<auto-attributes entity-name="QuantityBreak" include="nonpk" mode="IN" optional="true"/>
<auto-attributes entity-name="QuantityBreak" include="pk" mode="OUT" optional="false"/>
</service>
- <service name="updateQuantityBreak" engine="entity-auto" invoke="update" default-entity-name="QuantityBreak" auth="true">
+ <service name="updateQuantityBreak" default-entity-name="QuantityBreak" engine="entity-auto" invoke="update" auth="true">
<description>Update a QuantityBreak</description>
<permission-service service-name="facilityGenericPermission" main-action="UPDATE"/>
<auto-attributes entity-name="QuantityBreak" include="pk" mode="IN" optional="false"/>