2
0
forked from Wavyzz/dolibarr
This commit is contained in:
dono
2024-06-01 01:22:06 +02:00
committed by GitHub
parent 2a93d8e48a
commit 1ba32d6767

View File

@@ -3231,7 +3231,7 @@ class Commande extends CommonOrder
$this->line->localtax1_type = empty($localtaxes_type[0]) ? '' : $localtaxes_type[0];
$this->line->localtax2_type = empty($localtaxes_type[2]) ? '' : $localtaxes_type[2];
$this->line->remise_percent = $remise_percent;
$this->line->subprice = $subprice;
$this->line->subprice = $pu_ht;
$this->line->info_bits = $info_bits;
$this->line->special_code = $special_code;
$this->line->total_ht = $total_ht;