details:   /erp/devel/pi/rev/d70478229985
changeset: 11578:d70478229985
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Thu Apr 14 15:27:28 2011 +0200
summary:   Fixes issue 16813: When selecting a product from the product 
selector, the attribute set value is not retrieved

diffstat:

 
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a3d7655c758f -r d70478229985 
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
--- 
a/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
      Thu Apr 14 06:28:51 2011 +0200
+++ 
b/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
      Thu Apr 14 15:27:28 2011 +0200
@@ -388,7 +388,7 @@
         this.form.focusInNextItem(this.name);
       }
     }
-    if (currentValue !== this.getValue() && this.form && 
this.form.handleItemChange) {
+    if (this.form && this.form.handleItemChange) {
       this._hasChanged = true;
       this.form.handleItemChange(this);
     }

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to