From f08f4d7c5eb3360f0fdb35c66e2188031ee9ccdf Mon Sep 17 00:00:00 2001 From: frederic34 Date: Mon, 21 Jul 2014 09:18:14 +0200 Subject: [PATCH] Update facture.php Remove a space --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index f93e9a2032f..f9200f6f984 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3463,7 +3463,7 @@ if ($action == 'create') if ($resteapayer == 0) { print '
' . $langs->trans('DoPayment') . '
'; } else { - print '
' . $langs->trans('DoPayment') . '
'; + print '
' . $langs->trans('DoPayment') . '
'; } } }