From 4f991da8463759340ec991f2b807a6bb5d6f72fa Mon Sep 17 00:00:00 2001 From: Florian Henry Date: Thu, 22 Aug 2013 15:11:11 +0200 Subject: [PATCH] Fix: Link "Show all supplier invoice" on suplier card not working --- ChangeLog | 1 + htdocs/fourn/fiche.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1fc49395c57..42892122746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ Fix: update extrafield do not display immediatly after update Fix: Fix bug with canvas thirdparty Fix: [ bug #1037 ] Consumption> Supplier invoices related Fix: User group name do not display in card (view or edit mode) +Fix: Link "Show all supplier invoice" on suplier card not working ***** ChangeLog for 3.4 compared to 3.3.* ***** diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 7e185e8979f..1af03e83a01 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -343,7 +343,7 @@ if ($object->fetch($id)) print ''; print ''; - print ''; + print '
'.$langs->trans('LastSuppliersBills',($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans('AllBills').' ('.$num.')
'; print ''; print '
'.$langs->trans('LastSuppliersBills',($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans('AllBills').' ('.$num.')'.img_picto($langs->trans("Statistics"),'stats').'
'; print '';