From 5810fa9acda8bbd9cddc98298b2d36bbbab96474 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Wed, 16 Jan 2019 19:21:19 +0100 Subject: [PATCH] Update list.php --- htdocs/accountancy/bookkeeping/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php index 6eb86bb78fa..4b0ab08d1b1 100644 --- a/htdocs/accountancy/bookkeeping/list.php +++ b/htdocs/accountancy/bookkeeping/list.php @@ -751,8 +751,8 @@ if ($num > 0) $i++; if ($i == 1) { - if ($num < $limit && empty($offset)) print ''.$langs->trans("Total").''; - else print ''.$langs->trans("Totalforthispage").''; + if ($num < $limit && empty($offset)) print ''.$langs->trans("Total").''; + else print ''.$langs->trans("Totalforthispage").''; } elseif ($totalarray['totaldebitfield'] == $i) print ''.price($totalarray['totaldebit']).''; elseif ($totalarray['totalcreditfield'] == $i) print ''.price($totalarray['totalcredit']).'';