Skip to content

Commit

Permalink
Add batch status
Browse files Browse the repository at this point in the history
Add batch status, for correct display with getNomUrl
  • Loading branch information
all3kcis committed Mar 16, 2018
1 parent e639f2a commit fd275a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/product/list.php
Expand Up @@ -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;

Expand Down

0 comments on commit fd275a6

Please sign in to comment.