Fix: Style alt

This commit is contained in:
Laurent Destailleur 2011-02-11 19:22:09 +00:00
parent b4722e1b5e
commit 56a60a7035

View File

@ -560,7 +560,6 @@ if ($conf->banque->enabled)
print '<option value="0">'.$langs->trans("DoNotSuggestPaymentMode").'</option>';
while ($i < $num)
{
$var=!$var;
$row = $db->fetch_row($resql);
print '<option value="'.$row[0].'"';