From aeb072b1eb95e8fb3d50d36c022dd39990beafa7 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 b8aa6195d61..bd9ef6e6699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -108,6 +108,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 c1bb8ede5a2..f813d720569 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -396,7 +396,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 '';