Ajout flches d'ordonnancement des produits sur les commandes et les propales

This commit is contained in:
Regis Houssin 2006-05-27 10:24:17 +00:00
parent ebfd553759
commit fdb1924378
2 changed files with 2 additions and 2 deletions

View File

@ -951,7 +951,7 @@ if ($_GET['propalid'] > 0)
print img_up();
print '</a>';
}
if ($i < $num_lignes-1)
if ($i < $num-1)
{
print '<a href="'.$_SERVER["PHP_SELF"].'?propalid='.$propal->id.'&amp;action=down&amp;rowid='.$objp->rowid.'">';
print img_down();

View File

@ -1113,7 +1113,7 @@ else
print img_up();
print '</a>';
}
if ($i < $num_lignes-1)
if ($i < $num-1)
{
print '<a href="'.$_SERVER["PHP_SELF"].'?id='.$commande->id.'&amp;action=down&amp;rowid='.$objp->rowid.'">';
print img_down();