Update fiscalyear_info.php
$help_url = "EN:Module_Double_Entry_Accounting";
llxHeader('', $title, $help_url);
This commit is contained in:
parent
bdb78956b7
commit
a0feed2517
@ -39,10 +39,14 @@ if (!$user->rights->accounting->fiscalyear->write) {
|
|||||||
|
|
||||||
$id = GETPOST('id', 'int');
|
$id = GETPOST('id', 'int');
|
||||||
|
|
||||||
|
|
||||||
// View
|
// View
|
||||||
|
|
||||||
$title = $langs->trans("Fiscalyear")." - ".$langs->trans("Info");
|
$title = $langs->trans("Fiscalyear")." - ".$langs->trans("Info");
|
||||||
$helpurl = "";
|
|
||||||
llxHeader("", $title, $helpurl);
|
$help_url = "EN:Module_Double_Entry_Accounting";
|
||||||
|
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
if ($id) {
|
if ($id) {
|
||||||
$object = new Fiscalyear($db);
|
$object = new Fiscalyear($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user