Fixed a problem where multiple subdetails wouldn't have a UOM.
parent
3b7716e0cd
commit
c0fbb48854
|
@ -468,6 +468,7 @@ class WarehouseShipmentDetailList:
|
|||
if set_item in self._item_set:
|
||||
for detail in self._details:
|
||||
if detail.itmref+'_'+str(detail.gropri) == set_item:
|
||||
shipment_subdetail.pcu = detail.sau
|
||||
detail.subdetails.append(shipment_subdetail)
|
||||
return
|
||||
self._item_set.add(set_item)
|
||||
|
|
Loading…
Reference in New Issue