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 '';