Merge pull request #16823 from dolibit-ut/patch-116
Update fiscalyear_card.php
This commit is contained in:
commit
139cd5e8b7
@ -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