Add batch status

Add batch status, for correct display with getNomUrl
This commit is contained in:
All3kcis
2018-03-16 11:45:46 +01:00
committed by GitHub
parent e639f2a91f
commit fd275a636c

View File

@@ -698,6 +698,7 @@ else
$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;