Update card.php

$helpurl = "EN:Module_Banks_and_Cash";
This commit is contained in:
UT from dolibit 2021-03-15 19:46:51 +01:00 committed by GitHub
parent f0d3c19d51
commit 7b8d2e55b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,7 @@ if (!empty($conf->accounting->enabled)) {
$countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
$title = $langs->trans("FinancialAccount")." - ".$langs->trans("Card");
$helpurl = "";
$helpurl = "EN:Module_Banks_and_Cash";
llxHeader("", $title, $helpurl);