forked from Wavyzz/dolibarr
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ecc1afa9e | ||
|
|
ceb1e699b7 | ||
|
|
c028819cab | ||
|
|
9d582a53ca |
@@ -1051,6 +1051,7 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
$this->lines[$i]->remise_percent,
|
$this->lines[$i]->remise_percent,
|
||||||
'HT',
|
'HT',
|
||||||
0,
|
0,
|
||||||
|
$this->lines[$i]->product_type,
|
||||||
$this->lines[$i]->info_bits
|
$this->lines[$i]->info_bits
|
||||||
);
|
);
|
||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ create table llx_product
|
|||||||
|
|
||||||
datec datetime,
|
datec datetime,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
virtual tinyint DEFAULT 0 NOT NULL, -- Not used. Used by external modules. Value 0 for physical product, 1 for virtual product
|
`virtual` tinyint DEFAULT 0 NOT NULL, -- Not used. Used by external modules. Value 0 for physical product, 1 for virtual product
|
||||||
fk_parent integer DEFAULT 0, -- Not used. Used by external modules. Virtual product id
|
fk_parent integer DEFAULT 0, -- Not used. Used by external modules. Virtual product id
|
||||||
|
|
||||||
label varchar(255) NOT NULL,
|
label varchar(255) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user