Fix small bugs payment method by ledger

This commit is contained in:
Dany De Bontridder 2011-11-15 20:55:45 +00:00
parent 8910c69842
commit 125b577ef1
3 changed files with 12 additions and 8 deletions

View file

@ -69,7 +69,10 @@ class Acc_Payment
return $this->$idx;
}
else
{
throw new Exception("Attribut inexistant $p_string");
exit (__FILE__.":".__LINE__.'Erreur attribut inexistant');
}
}
public function set_parameter($p_string,$p_value)
{