Fix: bad object typo

This commit is contained in:
Regis Houssin 2011-11-17 15:52:38 +01:00
parent bf9c482f8a
commit 3db9a49275

View File

@ -105,7 +105,7 @@ if ($action == 'setconditions' && $user->rights->societe->creer)
// mode de reglement
if ($action == 'setmode' && $user->rights->societe->creer)
{
$obejct->fetch($id);
$object->fetch($id);
$object->mode_reglement=$_POST['mode_reglement_id'];
// TODO move to DAO class