mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Update fournisseur.commande.class.php
This commit is contained in:
@@ -1957,7 +1957,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
$this->line->total_localtax2 = $total_localtax2;
|
||||
$this->line->total_ttc = $total_ttc;
|
||||
$this->line->product_type = $type;
|
||||
$this->line->special_code = $this->special_code;
|
||||
$this->line->special_code = (!empty($this->special_code) ? $this->special_code : 0);
|
||||
$this->line->origin = $origin;
|
||||
$this->line->origin_id = $origin_id;
|
||||
$this->line->fk_unit = $fk_unit;
|
||||
@@ -2856,7 +2856,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
$this->line->total_localtax2 = $total_localtax2;
|
||||
$this->line->total_ttc = $total_ttc;
|
||||
$this->line->product_type = $type;
|
||||
$this->line->special_code = $this->special_code;
|
||||
$this->line->special_code = (!empty($this->special_code) ? $this->special_code : 0);
|
||||
$this->line->origin = $this->origin;
|
||||
$this->line->fk_unit = $fk_unit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user