Update card.php

change  $helpurl  -> $help_url

$help_url = 'EN:Category:Accounting';
This commit is contained in:
UT from dolibit 2021-03-18 21:49:29 +01:00 committed by GitHub
parent 4e3e2a23bc
commit 569d33392d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,8 +212,10 @@ $accountsystem = new AccountancySystem($db);
$accountsystem->fetch($conf->global->CHARTOFACCOUNTS);
$title = $langs->trans('AccountAccounting')." - ".$langs->trans('Card');
$helpurl = '';
llxheader('', $title, $helpurl);
$help_url = 'EN:Category:Accounting';
llxheader('', $title, $help_url);
// Create mode