detail ledger -> paid/not paid
This commit is contained in:
parent
1fa48bf735
commit
40cfaf1ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -385,6 +385,7 @@ case 'save':
|
|||
{
|
||||
$rec->insert($rapt);
|
||||
}
|
||||
}
|
||||
if ( isset($_POST['ipaid']))
|
||||
{
|
||||
$cn->exec_sql("update jrn set jr_rapt='paid' where jr_id=$1",array($jr_id));
|
||||
|
|
@ -393,7 +394,6 @@ case 'save':
|
|||
{
|
||||
$cn->exec_sql("update jrn set jr_rapt=null where jr_id=$1",array($jr_id));
|
||||
}
|
||||
}
|
||||
////////////////////////////////////////////////////
|
||||
// CA
|
||||
//////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue