Update card.php
$help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses";
llxHeader("", $title, $help_url);
This commit is contained in:
parent
bdb78956b7
commit
e5f8ca77a9
@ -305,8 +305,10 @@ if (!empty($conf->accounting->enabled)) {
|
|||||||
$countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
|
$countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
|
||||||
|
|
||||||
$title = $langs->trans("FinancialAccount")." - ".$langs->trans("Card");
|
$title = $langs->trans("FinancialAccount")." - ".$langs->trans("Card");
|
||||||
$helpurl = "EN:Module_Banks_and_Cash";
|
|
||||||
llxHeader("", $title, $helpurl);
|
$help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses";
|
||||||
|
|
||||||
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
|
|
||||||
// Creation
|
// Creation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user