Skip to content

Commit

Permalink
Fixed: Move default-entity-name on updateQuantityBreak definition ser…
Browse files Browse the repository at this point in the history
…vice

No functional change, just homogenize attribute suite with delete and create service.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1866288 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
nmalin committed Sep 2, 2019
1 parent 609ade4 commit fbcd8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/product/servicedef/services_shipment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit fbcd8c2

Please sign in to comment.