From 8ec366502a0fee1e65ac1f94666f2f0d2e36a288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= <ramon.vasquez@eynes.com.ar> Date: Mon, 27 May 2024 15:56:05 -0300 Subject: [PATCH] [FIX][T4365] Removed hardcode --- models/customer_purchase_order_importer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/models/customer_purchase_order_importer.py b/models/customer_purchase_order_importer.py index 47c24c6..3f32bc0 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) -- GitLab