Update fiscalyear.php

$help_url = "EN:Module_Double_Entry_Accounting";

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

View File

@ -91,8 +91,10 @@ $form = new Form($db);
$fiscalyearstatic = new Fiscalyear($db);
$title = $langs->trans('AccountingPeriods');
$helpurl = "";
llxHeader('', $title, $helpurl);
$help_url = "EN:Module_Double_Entry_Accounting";
llxHeader('', $title, $help_url);
$sql = "SELECT f.rowid, f.label, f.date_start, f.date_end, f.statut, f.entity";
$sql .= " FROM ".MAIN_DB_PREFIX."accounting_fiscalyear as f";