Fix title
This commit is contained in:
parent
4f27ee4018
commit
6efbae0731
@ -80,8 +80,8 @@ $max = 100;
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$title = $langs->trans('FiscalYears');
|
$title = $langs->trans('FiscalYears');
|
||||||
|
$helpurl = "";
|
||||||
llxHeader('', $title, LOG_ERR);
|
llxHeader('', $title, $helpurl);
|
||||||
|
|
||||||
$sql = "SELECT f.rowid, f.label, f.date_start, f.date_end, f.statut, f.entity";
|
$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";
|
$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_fiscalyear as f";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user