Author: danydb
Date: 2013-12-09 15:04:52 +0100 (Mon, 09 Dec 2013)
New Revision: 603
Modified:
trunk/rapport_avance/include/class_rapav_listing_formula.php
Log:
Task #0000937: Listing : filtre sur op?\195?\169ration
jr_rapt vaut paid ou rien
Task #937 - Listing : filtre sur op?\195?\169ration
Modified: trunk/rapport_avance/include/class_rapav_listing_formula.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_formula.php
2013-12-09 13:57:40 UTC (rev 602)
+++ trunk/rapport_avance/include/class_rapav_listing_formula.php
2013-12-09 14:04:52 UTC (rev 603)
@@ -292,7 +292,7 @@
case '1':
/* -- only paid --*/
$sql_filter_operation=" and j_id in (select j_id from jrnx
join
- jrn on (j_grpt=jr_grpt_id) where jr_rapt='Y')";
+ jrn on (j_grpt=jr_grpt_id) where jr_rapt='paid')";
break;
case '2':
/*-- only unpaid --*/
@@ -582,7 +582,7 @@
case '1':
/* -- only paid --*/
$sql_filter_operation=" and $card_saldo.j_id in (select j_id
from jrnx join
- jrn on (j_grpt=jr_grpt_id) where jr_rapt='Y')";
+ jrn on (j_grpt=jr_grpt_id) where jr_rapt='paid')";
break;
case '2':
/*-- only unpaid --*/
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev