diff --git a/models/customer_purchase_order_importer.py b/models/customer_purchase_order_importer.py index 47c24c6d208aa3d6844a003a8517751127f2444e..3f32bc072bb2073c509f4e95cfbb4c53a91bf6e7 100644 --- a/models/customer_purchase_order_importer.py +++ b/models/customer_purchase_order_importer.py @@ -937,7 +937,6 @@ class CustomerPurchaseOrderImporter(models.Model): continue product = _product.get('product') - ean13_code = '7790625001409' if product: if branch and ean13_code: self.save_branch_ean_code(branch, ean13_code, product)