forked from Wavyzz/dolibarr
Merge pull request #22085 from lkotsoni/Add_notes_to_productlot
[NEW][#22048][Added notes to productlot module]
This commit is contained in:
@@ -22,6 +22,8 @@ CREATE TABLE llx_product_lot (
|
||||
entity integer DEFAULT 1,
|
||||
fk_product integer NOT NULL, -- Id of product
|
||||
batch varchar(128) DEFAULT NULL, -- Lot or serial number
|
||||
note_public text DEFAULT NULL,
|
||||
note_private text DEFAULT NULL,
|
||||
eatby date DEFAULT NULL, -- Eatby date
|
||||
sellby date DEFAULT NULL, -- Sellby date
|
||||
eol_date datetime NULL,
|
||||
|
||||
Reference in New Issue
Block a user