Skip to content

Commit

Permalink
Improved: Added createDate column in InventoryCountImportItem table (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Sep 23, 2024
1 parent 39abac0 commit 4b971b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entity/HwmappsEntitymodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ under the License.
<field name="productIdentifier" type="id-long"></field>
<field name="quantity" type="number-decimal"></field>
<field name="countedByUserLoginId" type="id"></field>
<field name="createdDate" type="date-time"></field>
<relationship type="one" fk-name="INV_COUNT_IMPORT" related="co.hotwax.warehouse.InventoryCountImport">
<key-map field-name="inventoryCountImportId"/>
</relationship>
Expand Down

0 comments on commit 4b971b8

Please sign in to comment.