From 68473e4bf726e3c2933c44e3defe7dcc0b1bddba Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Jun 2006 00:09:01 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/paiement.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '';