forked from Wavyzz/dolibarr
Merge branch 'develop' into New-status-for-webhook
This commit is contained in:
@@ -111,5 +111,5 @@ create table llx_product
|
||||
fk_project integer DEFAULT NULL, -- Used when product was generated by a project or is specific to a project
|
||||
mandatory_period tinyint DEFAULT 0, -- is used to signal to the user that the start and end dates are mandatory for this type of product the fk_product_type == 1 (service) (non-blocking action)
|
||||
last_main_doc varchar(255),
|
||||
packaging integer DEFAULT NULL
|
||||
packaging float(24,8) DEFAULT NULL
|
||||
)ENGINE=innodb;
|
||||
|
||||
@@ -49,7 +49,7 @@ create table llx_product_fournisseur_price
|
||||
fk_supplier_price_expression integer, -- Link to the rule for dynamic price calculation
|
||||
delivery_time_days integer,
|
||||
supplier_reputation varchar(10),
|
||||
packaging real DEFAULT NULL,
|
||||
packaging real DEFAULT NULL, -- qty bought will be a multiple of this value
|
||||
fk_multicurrency integer,
|
||||
multicurrency_code varchar(3),
|
||||
multicurrency_tx double(24,8) DEFAULT 1,
|
||||
|
||||
Reference in New Issue
Block a user