Fix lang load

This commit is contained in:
Laurent Destailleur 2022-10-08 02:54:10 +02:00
parent 73c1efecaf
commit 1a71ce23dd

View File

@ -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) {