diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 553c6010895..86f1466ddf4 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -34,6 +34,7 @@ require('./pre.inc.php'); require('./paiementfourn.class.php'); +$langs->load('companies'); $langs->load('bills'); $langs->load('banks'); @@ -215,7 +216,7 @@ if ($action == 'create' || $action == 'add_paiement') $obj = $db->fetch_object($resql); $total = $obj->total; - print_titre($langs->trans('DoPayment')); + print_fiche_titre($langs->trans('DoPayment')); print '
'; print ''; print '';