From 3da7b9543df6bd94712ea493195172c3faba1da5 Mon Sep 17 00:00:00 2001 From: phf Date: Mon, 15 May 2017 15:10:15 +0200 Subject: [PATCH] Fix double quote --- 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 c871594f16a..6637d1332f2 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3806,7 +3806,7 @@ else if ($id > 0 || ! empty($ref)) if ($object->situation_cycle_ref && $object->statut == 0) { print '
'; - print '
'; + print ''; print ''; print ''; print '';