Merge pull request #17043 from dolibit-ut/patch-198

Update card.php
This commit is contained in:
Laurent Destailleur 2021-03-31 13:42:09 +02:00 committed by GitHub
commit 8be7ffb519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ $countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("
$title = $langs->trans("FinancialAccount")." - ".$langs->trans("Card");
$help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses";
$help_url = 'EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses|ES:Módulo_Bancos_y_Cajas|DE:Modul_Banken_und_Barbestände';
llxHeader("", $title, $help_url);