detail ledger -> paid/not paid

This commit is contained in:
Dany De Bontridder 2011-11-22 14:09:52 +00:00
parent 1fa48bf735
commit 40cfaf1ebc

View file

@ -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
//////////////////////////////////////////////////