02.03.26
This commit is contained in:
@@ -312,7 +312,7 @@ class Sale(metaclass=PoolMeta):
|
||||
id = 1
|
||||
for cont in shipment.container:
|
||||
if id == 1:
|
||||
info += ' Containers'
|
||||
info += ' Container(s)'
|
||||
if cont.container_no:
|
||||
info += ' ' + cont.container_no
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user