Fix: Oubli renommage

This commit is contained in:
Laurent Destailleur 2007-12-03 18:10:49 +00:00
parent a1d6bac185
commit e00e6c5ef4

View File

@ -1218,7 +1218,7 @@ if ($_GET['action'] == 'create')
$remise_percent = $soc->remise_client;
$remise_absolue = 0;
}
$absolute_discount=$soc->getCurrentDiscount();
$absolute_discount=$soc->getAvailableDiscounts();
print '<form name="add" action="'.$_SERVER["PHP_SELF"].'" method="post">';