Update fiscalyear_card.php

$help_url = "EN:Module_Double_Entry_Accounting";

llxHeader('', $title, $help_url);
This commit is contained in:
UT from dolibit 2021-03-19 09:07:27 +01:00 committed by GitHub
parent bdb78956b7
commit 19f7b10e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,8 +149,10 @@ if ($action == 'confirm_delete' && $confirm == "yes") {
$form = new Form($db);
$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') {
print load_fiche_titre($langs->trans("NewFiscalYear"));