Update fiche.php

This commit is contained in:
BENKE Charles 2013-09-27 21:58:15 +02:00
parent 14e96f5c1b
commit 9e3a98da0d

View File

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