Skip to content

Commit

Permalink
Fixed: Corrected condition to not include cycle count item level stat…
Browse files Browse the repository at this point in the history
…us (#49).
  • Loading branch information
ravilodhi committed Jan 17, 2025
1 parent 438e602 commit 63d04d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entity/InventoryCountViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ under the License.
<member-entity entity-alias="ICIS" entity-name="co.hotwax.warehouse.InvCountImportStatus" join-from-alias="ICI" join-optional="true">
<key-map field-name="inventoryCountImportId"/>
<entity-condition>
<econdition field-name="importItemSeqId" value=""/>
<econdition field-name="statusId" value="INV_COUNT_COMPLETED"/>
</entity-condition>
</member-entity>
Expand Down

0 comments on commit 63d04d9

Please sign in to comment.