details:   https://code.openbravo.com/erp/devel/pi/rev/ac874a37e1f1
changeset: 20277:ac874a37e1f1
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Thu May 02 16:18:31 2013 +0200
summary:   Fixes Issue 22639. In Sales Windows, do not pre-filter by Warehouse
the Product Complete Selector.

diffstat:

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

diffs (12 lines):

diff -r 44f07dfabca9 -r ac874a37e1f1 
src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
--- a/src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml     Mon May 06 
11:20:40 2013 +0200
+++ b/src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml     Thu May 02 
16:18:31 2013 +0200
@@ -1967,7 +1967,7 @@
 <!--D9CDC979521D4334A3D2D9A5D038257B-->  <SORTNO><![CDATA[25]]></SORTNO>
 <!--D9CDC979521D4334A3D2D9A5D038257B-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--D9CDC979521D4334A3D2D9A5D038257B-->  <ISOUTFIELD><![CDATA[N]]></ISOUTFIELD>
-<!--D9CDC979521D4334A3D2D9A5D038257B-->  <DEFAULT_EXPRESSION><![CDATA[if 
(OB.getWindowId() && OB.getSession().getAttribute(OB.getWindowId() 
+"|M_WAREHOUSE_ID")) {  OB.getSession().getAttribute(OB.getWindowId() 
+"|M_WAREHOUSE_ID");}]]></DEFAULT_EXPRESSION>
+<!--D9CDC979521D4334A3D2D9A5D038257B-->  <DEFAULT_EXPRESSION><![CDATA[if 
(OB.getWindowId() && OB.getSession().getAttribute(OB.getWindowId() 
+"|M_WAREHOUSE_ID") && OB.isSalesTransaction() == true) {  
OB.getSession().getAttribute(OB.getWindowId() 
+"|M_WAREHOUSE_ID");}]]></DEFAULT_EXPRESSION>
 <!--D9CDC979521D4334A3D2D9A5D038257B-->  
<SHOWINPICKLIST><![CDATA[N]]></SHOWINPICKLIST>
 <!--D9CDC979521D4334A3D2D9A5D038257B--></OBUISEL_SELECTOR_FIELD>
 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to