Skip to content

Commit

Permalink
Revert "fix: change default item UOM from Ea to Each" (#28)
Browse files Browse the repository at this point in the history
This reverts commit fee1581.
  • Loading branch information
vjFaLk authored Jun 16, 2021
1 parent fee1581 commit 0d9409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shipstation_integration/orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def create_erpnext_order(order: "ShipStationOrder", store: "ShipstationStore") -
so.append('items', {
'item_code': item_code,
'qty': item.quantity,
'uom': 'Each',
'uom': 'Ea',
'conversion_factor': 1,
'rate': rate,
'warehouse': store.warehouse
Expand Down

0 comments on commit 0d9409d

Please sign in to comment.