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'); }