Fix small bugs payment method by ledger
This commit is contained in:
parent
8910c69842
commit
125b577ef1
3 changed files with 12 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue