diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index 28477026a94a726e690306e6857574e0ac7847f9..f2f972adc5fc4736c46964986c37c6514244d1d6 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -214,7 +214,7 @@ else // $head[$h][1] = $langs->trans("Info"); // $h++; - dol_fiche_head($head, $hselected, $langs->trans("Cheques")); + dol_fiche_head($head, $hselected, $langs->trans("Cheques"),0,'payment'); /* * Confirmation de la suppression du bordereau diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 4889f6e61084abb4eee5daf3ab36017b5122a43c..52cd5a7ffac0fbaf8db2dd7c54095d1447968d24 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -445,12 +445,12 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0) } /** - * \brief Show tab header of a card - * \param links Array of tabs - * \param active Active tab name - * \param title Title - * \param notab 0=Add tab header, 1=no tab header - * \param picto Add a picto on tab titel + * Show tab header of a card + * @param links Array of tabs + * @param active Active tab name + * @param title Title + * @param notab 0=Add tab header, 1=no tab header + * @param picto Add a picto on tab titel */ function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='') {