details:   https://code.openbravo.com/erp/devel/pi/rev/7efbd3faa111
changeset: 21427:7efbd3faa111
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Fri Nov 08 15:43:00 2013 +0530
summary:   Related to Issue 0025104:Remove unnecessary check

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fceec837bb81 -r 7efbd3faa111 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
     Thu Nov 07 22:01:27 2013 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
     Fri Nov 08 15:43:00 2013 +0530
@@ -1944,7 +1944,7 @@
     var focusItemValue;
     this._isRedrawing = true;
     //fetch the focus item value as it is lost sometimes during reflow. Refer 
issue https://issues.openbravo.com/view.php?id=24960
-    if (this.getFocusItem() && this.getFocusItem().getValue) {
+    if (this.getFocusItem()) {
       focusItemValue = this.getFocusItem().getValue();
     }
     this.Super('redraw', arguments);

------------------------------------------------------------------------------
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

Reply via email to