mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
copy type on line update
This commit is contained in:
parent
c091009afb
commit
83aba41c6c
|
|
@ -546,6 +546,7 @@ class Propal extends CommonObject
|
|||
$this->line->label = $label;
|
||||
$this->line->desc = $desc;
|
||||
$this->line->qty = $qty;
|
||||
$this->line->type = $type;
|
||||
$this->line->tva_tx = $txtva;
|
||||
$this->line->localtax1_tx = $txlocaltax1;
|
||||
$this->line->localtax2_tx = $txlocaltax2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user