Merge pull request #8306 from Robisix/7.0

FIX Duplicate product_type asignement on order addline
This commit is contained in:
Laurent Destailleur 2018-03-09 19:45:47 +01:00 committed by GitHub
commit 143827ac79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1405,7 +1405,6 @@ class Commande extends CommonOrder
$this->line->total_localtax1=$total_localtax1;
$this->line->total_localtax2=$total_localtax2;
$this->line->total_ttc=$total_ttc;
$this->line->product_type=$type;
$this->line->special_code=$special_code;
$this->line->origin=$origin;
$this->line->origin_id=$origin_id;