mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix lang load
This commit is contained in:
parent
73c1efecaf
commit
1a71ce23dd
|
|
@ -71,6 +71,8 @@ function facture_prepare_head($object)
|
|||
} else {
|
||||
dol_print_error($db);
|
||||
}
|
||||
$langs->load("banks");
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/prelevement.php?facid='.urlencode($object->id);
|
||||
$head[$h][1] = $langs->trans('StandingOrders');
|
||||
if ($nbStandingOrders > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user