From 40cfaf1ebc3902a49d0e22a6f7695e09f249b942 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 22 Nov 2011 14:09:52 +0000 Subject: [PATCH] detail ledger -> paid/not paid --- html/ajax_ledger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_ledger.php b/html/ajax_ledger.php index 0662ba32a..5036a42f7 100644 --- a/html/ajax_ledger.php +++ b/html/ajax_ledger.php @@ -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 //////////////////////////////////////////////////