From 116988febdc7128831bb04305005c1d7b8a86677 Mon Sep 17 00:00:00 2001 From: Florian Henry Date: Fri, 26 Jul 2013 12:49:11 +0200 Subject: [PATCH] =?UTF-8?q?=20Fix=20[=20bug=20#1001=20]=20Charge=20sociale?= =?UTF-8?q?=20:=20=C3=A9tat=20incorrect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/payment_sc/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/payment_sc/fiche.php b/htdocs/compta/payment_sc/fiche.php index 0bf129c567b..a5c1e8f07b2 100644 --- a/htdocs/compta/payment_sc/fiche.php +++ b/htdocs/compta/payment_sc/fiche.php @@ -262,7 +262,7 @@ if ($resql) // Expected to pay print ''.price($objp->sc_amount).''; // Status - print ''.$socialcontrib->LibStatut($objp->fk_statut,2).''; + print ''.$socialcontrib->getLibStatut(4).''; // Amount payed print ''.price($objp->amount).''; print "\n";