39 $head[$h][0] =
dolBuildUrl(DOL_URL_ROOT.
'/accountancy/admin/fiscalyear_card.php', [
'id' =>
$object->id]);
40 $head[$h][1] = $langs->trans(
"FiscalPeriod");
41 $head[$h][2] =
'card';
50 $head[$h][0] =
dolBuildUrl(DOL_URL_ROOT.
'/accountancy/admin/fiscalyear_info.php', [
'id' =>
$object->id]);
51 $head[$h][1] = $langs->trans(
"Info");
52 $head[$h][2] =
'info';
if(! $sortfield) if(! $sortorder) $object
Class to manage fiscal year.
fiscalyear_prepare_head(Fiscalyear $object)
Prepare array with list of tabs.
dolBuildUrl($url, $params=[], $addtoken=false, $anchor='')
Return path of url.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).