2
0
forked from Wavyzz/dolibarr

Works on module hook integration

This commit is contained in:
Regis Houssin
2010-09-08 09:38:17 +00:00
parent e824078fbe
commit e27c4da39f
5 changed files with 34 additions and 22 deletions

View File

@@ -1920,7 +1920,7 @@ class Commande extends CommonObject
$sql.= ",localtax1_tx='".price2num($txlocaltax1)."'";
$sql.= ",localtax2_tx='".price2num($txlocaltax2)."'";
$sql.= ",qty='".price2num($qty)."'";
$sql.= ",product_type='".$type."'";
if (! empty($type)) $sql.= ",product_type='".$type."'";
$sql.= ",info_bits='".$info_bits."'";
$sql.= ",total_ht='".price2num($total_ht)."'";
$sql.= ",total_tva='".price2num($total_tva)."'";