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