From fd275a636cc4703f1114f6855cdb706e8224e57c Mon Sep 17 00:00:00 2001 From: All3kcis Date: Fri, 16 Mar 2018 11:45:46 +0100 Subject: [PATCH] Add batch status Add batch status, for correct display with getNomUrl --- htdocs/product/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 662c15507f08e..e31a88e6f5c9b 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -698,6 +698,7 @@ $product_static->type = $obj->fk_product_type; $product_static->status_buy = $obj->tobuy; $product_static->status = $obj->tosell; + $product_static->status_batch = $obj->tobatch; $product_static->entity = $obj->entity; $product_static->pmp = $obj->pmp;