From 0f450edfcd339f92162a3349682edb990b6e4a3d Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sun, 21 Jun 2015 08:32:37 +0200 Subject: [PATCH] Debug --- htdocs/accountancy/supplier/lines.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/accountancy/supplier/lines.php b/htdocs/accountancy/supplier/lines.php index 9d9aa3814b3..2ce07690f8e 100644 --- a/htdocs/accountancy/supplier/lines.php +++ b/htdocs/accountancy/supplier/lines.php @@ -55,7 +55,7 @@ $offset = $conf->liste_limit * $page; $pageprev = $page - 1; $pagenext = $page + 1; $limit = $conf->liste_limit; -if (! $sortfield) $sortfield="f.facnumber"; +if (! $sortfield) $sortfield="f.ref"; if (! $sortorder) $sortorder="DESC"; // Security check @@ -173,8 +173,8 @@ if ($result) { print ''; print ''; print ''; - print ''; - print ''; + print ''; + print ''; print ' '; print ''; print '';