Bug : cannot update payment
This commit is contained in:
parent
d76996f51e
commit
f441512792
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ $Ledger->id = $p_jrn;
|
|||
//------------------------------
|
||||
if (isset($_GET ['paid']))
|
||||
{
|
||||
$Ledger->update_paid($_GET);
|
||||
$ledger_paid=new Acc_Ledger($cn,$p_jrn);
|
||||
$ledger_paid->update_paid($_GET);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue