Fix: update status_batch documentation

$product->status_batch has a new possible value that was not documented.
This commit is contained in:
John Livingston 2022-03-01 16:41:07 +01:00
parent 8c94c2f98c
commit 29eec8444e
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -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
*/