Skip to content

Commit

Permalink
Fixed: Correctly passed inventoryCountImportId while fetching InvCoun…
Browse files Browse the repository at this point in the history
…tImportVariance in get import item details (#20).
  • Loading branch information
ravilodhi committed Sep 20, 2024
1 parent 1e81814 commit b1fbc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/co/hotwax/cycleCount/InventoryCountServices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<set field="itemDetail" from="invCountImpItem?.getMap()"/>
<set field="qtyOnHand" from="0.0"/>
<entity-find-one entity-name="co.hotwax.warehouse.InvCountImportVariance" value-field="countImportVariance">
<field-map field-name="inventoryCountImportId"/>
<field-map field-name="inventoryCountImportId" from="invCountImpItem.inventoryCountImportId"/>
<field-map field-name="invCountImportItemSeqId" from="invCountImpItem.importItemSeqId"/>
</entity-find-one>
<if condition="countImportVariance">
Expand Down

0 comments on commit b1fbc7a

Please sign in to comment.