From 29eec8444e315233d3f632b3171ce50e26f4d3d5 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 1 Mar 2022 16:41:07 +0100 Subject: [PATCH] Fix: update status_batch documentation $product->status_batch has a new possible value that was not documented. --- htdocs/product/class/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 8e61663d339..0e0058130ac 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -272,7 +272,7 @@ class Product extends CommonObject public $fk_default_bom; /** - * We must manage lot/batch number, sell-by date and so on : '1':yes '0':no + * We must manage lot/batch number, sell-by date and so on : '0':no, '1':yes, '2": yes with unique serial number * * @var int */