Ajout flches d'ordonnancement des produits sur les commandes et les propales
This commit is contained in:
parent
ebfd553759
commit
fdb1924378
@ -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.'&action=down&rowid='.$objp->rowid.'">';
|
||||
print img_down();
|
||||
|
||||
@ -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.'&action=down&rowid='.$objp->rowid.'">';
|
||||
print img_down();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user