From fdb19243783654fa99fab28df19668aac82acc31 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 27 May 2006 10:24:17 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20fl=E8ches=20d'ordonnancement=20des=20pr?= =?UTF-8?q?oduits=20sur=20les=20commandes=20et=20les=20propales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 2 +- htdocs/commande/fiche.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 1d0ccf5953e..343926f862c 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -951,7 +951,7 @@ if ($_GET['propalid'] > 0) print img_up(); print ''; } - if ($i < $num_lignes-1) + if ($i < $num-1) { print 'rowid.'">'; print img_down(); diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 9275e3fd511..84ae9326a26 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1113,7 +1113,7 @@ else print img_up(); print ''; } - if ($i < $num_lignes-1) + if ($i < $num-1) { print 'rowid.'">'; print img_down();