diff --git a/source_logistics_amazon_856_SOTPI.py b/source_logistics_amazon_856_SOTPI.py index 8efb63c..6d267bb 100644 --- a/source_logistics_amazon_856_SOTPI.py +++ b/source_logistics_amazon_856_SOTPI.py @@ -367,6 +367,7 @@ def convert(file_path: pathlib.Path, database): elif fields[0] == 'PO4': package.weight = fields[6] package.weight_unit = fields[7] + pallet.package_list.append(package) record.pallet_list.append(pallet)#add the last pallet onto record record.fill_information(database)