details: https://code.openbravo.com/erp/devel/pi/rev/c6e9368b0887
changeset: 14796:c6e9368b0887
user: Martin Taal <martin.taal <at> openbravo.com>
date: Mon Dec 05 15:52:39 2011 +0100
summary: Related to issue 19211: Tab level does not change until third try
diffstat:
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r cb78bd15d4fc -r c6e9368b0887
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
a/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Mon Dec 05 15:49:25 2011 +0100
+++
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Mon Dec 05 15:52:39 2011 +0100
@@ -440,7 +440,7 @@
if (value1 === 0 && value2 !== 0) {
return false;
}
- if (value2 !== 0 && value2 === 0) {
+ if (value1 !== 0 && value2 === 0) {
return false;
}
return this._original_compareValues(value1, value2);
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits