From 58796b85c891b9ffc96646c70fd12f798567a377 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 18 Mar 2014 06:53:45 +0100 Subject: [PATCH] Try to correct travis --- htdocs/fourn/facture/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 760874b7008..3c37e3cf07c 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -233,7 +233,7 @@ if ($action == 'confirm_paiement' && $confirm == 'yes') $supplierstatic=new Societe($db); $invoicesupplierstatic = new FactureFournisseur($db); -llxHeader('', $langs->trans('ListPayment')); +llxHeader('',$langs->trans('ListPayment')); $form=new Form($db);