details: https://code.openbravo.com/erp/devel/pi/rev/5359d83f1b88 changeset: 21420:5359d83f1b88 user: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com> date: Wed Nov 06 14:28:25 2013 +0530 summary: Fixes Issue 24589: Inactive pricelist can be selected in product simple selector
diffstat: src-db/database/sourcedata/OBUISEL_SELECTOR.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r eb5213763c45 -r 5359d83f1b88 src-db/database/sourcedata/OBUISEL_SELECTOR.xml --- a/src-db/database/sourcedata/OBUISEL_SELECTOR.xml Wed Nov 06 11:41:27 2013 +0530 +++ b/src-db/database/sourcedata/OBUISEL_SELECTOR.xml Wed Nov 06 14:28:25 2013 +0530 @@ -660,6 +660,7 @@ left join pl.currency c left join p.genericProduct gp where p.isGeneric = 'N' +and plv.active = 'Y' and @additional_filters@]]></HQL> <!--EB3C41F0973A4EDA91E475833792A6D4--> <ENTITY_ALIAS><![CDATA[pp]]></ENTITY_ALIAS> <!--EB3C41F0973A4EDA91E475833792A6D4--> <CUSTOM_QUERY><![CDATA[Y]]></CUSTOM_QUERY> ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
