From 9e3a98da0d3e0e86fbeaf09ad00da1cc1e08b88b Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Fri, 27 Sep 2013 21:58:15 +0200 Subject: [PATCH] Update fiche.php --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 8593e0b0aa5..7752b9c4606 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -132,7 +132,7 @@ if ($action == 'cstc') if ($action == 'setOutstandingBill') { $object->fetch($id); - $object->stcomm_id=GETPOST('OutstandingBill'); + $object->outstanding=GETPOST('OutstandingBill'); $result=$object->set_OutstandingBill($user); if ($result < 0) setEventMessage($object->error,'errors'); }