details:   https://code.openbravo.com/erp/devel/pi/rev/6f099465923b
changeset: 20165:6f099465923b
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Mon Apr 22 11:03:54 2013 +0530
summary:   Related to Issue 0020587 : Added missing variable

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r c0d4406ef0c0 -r 6f099465923b 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
      Mon Apr 22 09:53:02 2013 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
      Mon Apr 22 11:03:54 2013 +0530
@@ -225,7 +225,8 @@
   },
 
   cellEditEnd: function (editCompletionEvent, newValue, ficCallDone, 
autoSaveDone) {
-    var colNum = this.getEditCol(),
+    var rowNum = this.getEditRow(),
+        colNum = this.getEditCol(),
         editField = this.getEditField(colNum),
         undef;
     if (editField.required) {

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to