Update fiscalyear_card.php
$help_url = "EN:Module_Double_Entry_Accounting";
llxHeader('', $title, $help_url);
This commit is contained in:
parent
bdb78956b7
commit
19f7b10e4f
@ -149,8 +149,10 @@ if ($action == 'confirm_delete' && $confirm == "yes") {
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$title = $langs->trans("Fiscalyear")." - ".$langs->trans("Card");
|
$title = $langs->trans("Fiscalyear")." - ".$langs->trans("Card");
|
||||||
$helpurl = "";
|
|
||||||
llxHeader("", $title, $helpurl);
|
$help_url = "EN:Module_Double_Entry_Accounting";
|
||||||
|
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
if ($action == 'create') {
|
if ($action == 'create') {
|
||||||
print load_fiche_titre($langs->trans("NewFiscalYear"));
|
print load_fiche_titre($langs->trans("NewFiscalYear"));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user