Skip to content

Commit

Permalink
Allow update of AssetDetail.effectiveDate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Oct 18, 2017
1 parent 5acc4fc commit f9747e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entity/ProductAssetEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ along with this software (see the LICENSE.md file). If not, see
<entity entity-name="AssetDetail" package="mantle.product.asset" create-only="true" cache="never">
<field name="assetDetailId" type="id" is-pk="true"/>
<field name="assetId" type="id"/>
<field name="effectiveDate" type="date-time"/>
<!-- would be nice if effectiveDate was immutable but we allow update of issuedDate through service and this needs to be updated to match -->
<field name="effectiveDate" type="date-time" create-only="false"/>

<field name="quantityOnHandDiff" type="number-decimal"/>
<field name="availableToPromiseDiff" type="number-decimal"/>
Expand Down

0 comments on commit f9747e8

Please sign in to comment.