mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Doxygen
This commit is contained in:
@@ -214,7 +214,7 @@ else
|
|||||||
// $head[$h][1] = $langs->trans("Info");
|
// $head[$h][1] = $langs->trans("Info");
|
||||||
// $h++;
|
// $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
|
* Confirmation de la suppression du bordereau
|
||||||
|
|||||||
@@ -445,12 +445,12 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Show tab header of a card
|
* Show tab header of a card
|
||||||
* \param links Array of tabs
|
* @param links Array of tabs
|
||||||
* \param active Active tab name
|
* @param active Active tab name
|
||||||
* \param title Title
|
* @param title Title
|
||||||
* \param notab 0=Add tab header, 1=no tab header
|
* @param notab 0=Add tab header, 1=no tab header
|
||||||
* \param picto Add a picto on tab titel
|
* @param picto Add a picto on tab titel
|
||||||
*/
|
*/
|
||||||
function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='')
|
function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user