phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4606 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4606 - phpcompta/trunk/include
Date: Thu, 15 Dec 2011 03:58:25 +0100 (CET)

Author: danydb
Date: 2011-12-15 03:58:23 +0100 (Thu, 15 Dec 2011)
New Revision: 4606

Modified:
   phpcompta/trunk/include/class_acc_reconciliation.php
Log:
small bug : let duplicate reconciliation

Modified: phpcompta/trunk/include/class_acc_reconciliation.php
===================================================================
--- phpcompta/trunk/include/class_acc_reconciliation.php        2011-12-12 
20:19:20 UTC (rev 4605)
+++ phpcompta/trunk/include/class_acc_reconciliation.php        2011-12-15 
02:58:23 UTC (rev 4606)
@@ -113,7 +113,7 @@
                     "select jra_id from jrn_rapt where 
jra_concerned=".$this->jr_id.
                     " and jr_id=$jr_id2
                     union
-                    select jra_id from jrn_rapt where jra_id=".$this->jr_id.
+                    select jra_id from jrn_rapt where jr_id=".$this->jr_id.
                     " and jra_concerned=$jr_id2 ")
                 ==0)
         {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]