details: https://code.openbravo.com/erp/devel/pi/rev/b33f5c9d91f2 changeset: 32837:b33f5c9d91f2 user: Sanjota <sanjota.nelagi <at> promantia.com> date: Tue Aug 30 21:43:29 2016 +0200 summary: Fixes issue 33808: Fix to unprocessed transactions are shown in Match statement
Made changes to not show not processed transactions in the Match Statement window Put transaction's processed field as filter while fetching transaction records. diffstat: modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r b79529af30fc -r b33f5c9d91f2 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml --- a/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml Fri Sep 29 10:50:49 2017 +0200 +++ b/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml Tue Aug 30 21:43:29 2016 +0200 @@ -254,6 +254,7 @@ left join e.finPayment fp @joinClause@ where @additional_filters@ +and e.processed = 'Y' and @whereclause@]]></HQLQUERY> <!--D56CF1065EF14D52ADAD2AAB0CB63EFC--> <ENTITY_ALIAS><![CDATA[e]]></ENTITY_ALIAS> <!--D56CF1065EF14D52ADAD2AAB0CB63EFC--></AD_TABLE> ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits