details:   https://code.openbravo.com/erp/devel/pi/rev/d038772958dd
changeset: 20465:d038772958dd
user:      Javier Etxarri <javier.echarri <at> openbravo.com>
date:      Fri May 24 01:52:46 2013 +0200
summary:   Fixes issue 23410: User can process goods
movement of products not stocked

diffstat:

 src-db/database/sourcedata/OBUISEL_SELECTOR.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4e1871be4ab8 -r d038772958dd 
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
--- a/src-db/database/sourcedata/OBUISEL_SELECTOR.xml   Fri May 24 01:19:03 
2013 +0200
+++ b/src-db/database/sourcedata/OBUISEL_SELECTOR.xml   Fri May 24 01:52:46 
2013 +0200
@@ -203,7 +203,7 @@
 <!--4C8BC3E8E56441F4B8C98C684A0C9212-->  
<AD_REFERENCE_ID><![CDATA[800011]]></AD_REFERENCE_ID>
 <!--4C8BC3E8E56441F4B8C98C684A0C9212-->  
<AD_TABLE_ID><![CDATA[FF8080812E381D1E012E3898C5DD0010]]></AD_TABLE_ID>
 <!--4C8BC3E8E56441F4B8C98C684A0C9212-->  
<WHERECLAUSE><![CDATA[e.active='Y']]></WHERECLAUSE>
-<!--4C8BC3E8E56441F4B8C98C684A0C9212-->  <FILTER_EXPRESSION><![CDATA["( 
(\'"+OB.getWindowId()+"\' in (\'800051\', \'800052\', \'800096\') and 
e.product.production = true and e.stocked = false) or \'"+OB.getWindowId()+"\' 
not in (\'800051\', \'800052\', \'800096\'))"]]></FILTER_EXPRESSION>
+<!--4C8BC3E8E56441F4B8C98C684A0C9212-->  <FILTER_EXPRESSION><![CDATA["( 
(\'"+OB.getWindowId()+"\' in (\'800051\', \'800052\', \'800096\') and 
e.product.production = true and e.stocked = false) or (\'"+OB.getWindowId()+"\' 
in (\'170\') and e.product.stocked = true) or \'"+OB.getWindowId()+"\' not in 
(\'800051\', \'800052\', \'800096\',\'170\'))"]]></FILTER_EXPRESSION>
 <!--4C8BC3E8E56441F4B8C98C684A0C9212-->  
<OBCLKER_TEMPLATE_ID><![CDATA[9314DE8599AD44E7BFC4CC50699042AB]]></OBCLKER_TEMPLATE_ID>
 <!--4C8BC3E8E56441F4B8C98C684A0C9212-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--4C8BC3E8E56441F4B8C98C684A0C9212-->  
<VALUEFIELD_ID><![CDATA[D5CD42F686A14DFA949052B99900D679]]></VALUEFIELD_ID>

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to