diff --git a/ChangeLog b/ChangeLog index 59549e19355..06189a39564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ English Dolibarr ChangeLog - Fix: [ bug #903 ] Fatal error: Call to undefined function dol_get_first_day() in htdocs/commande/liste.php - Fix: [ bug #934 ] Error on proformat invoice creation (pgsql) - Fix: [ bug #947 ] Can't create proposal lines with unit price = 0 +- Fix: [ bug #1001 ] Social Contribution : State not correct ***** ChangeLog for 3.3.2 compared to 3.3.1 ***** 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";