Update card.php
change $helpurl -> $help_url $help_url = 'EN:Category:Accounting';
This commit is contained in:
parent
4e3e2a23bc
commit
569d33392d
@ -212,8 +212,10 @@ $accountsystem = new AccountancySystem($db);
|
|||||||
$accountsystem->fetch($conf->global->CHARTOFACCOUNTS);
|
$accountsystem->fetch($conf->global->CHARTOFACCOUNTS);
|
||||||
|
|
||||||
$title = $langs->trans('AccountAccounting')." - ".$langs->trans('Card');
|
$title = $langs->trans('AccountAccounting')." - ".$langs->trans('Card');
|
||||||
$helpurl = '';
|
|
||||||
llxheader('', $title, $helpurl);
|
$help_url = 'EN:Category:Accounting';
|
||||||
|
|
||||||
|
llxheader('', $title, $help_url);
|
||||||
|
|
||||||
|
|
||||||
// Create mode
|
// Create mode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user