Fix: do not update price with special product 9

This commit is contained in:
Regis Houssin
2011-04-10 18:44:58 +00:00
parent a3eebde120
commit fba4111f44
5 changed files with 15 additions and 14 deletions

View File

@@ -1298,7 +1298,7 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer)
// Calcul contrat->price (HT), contrat->total (TTC), contrat->tva
$objectsrc->remise_absolue=$remise_absolue;
$objectsrc->remise_percent=$remise_percent;
$objectsrc->update_price();
$objectsrc->update_price(1);
}
print "\n<!-- ".$classname." info -->";