details:   https://code.openbravo.com/erp/devel/pi/rev/d94e3a7bc14b
changeset: 16604:d94e3a7bc14b
user:      Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
date:      Wed May 23 17:42:00 2012 +0200
summary:   Fixed issue 20584: An error in the source code has been corrected.

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 8ea151046ca2 -r d94e3a7bc14b 
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
     Wed May 23 14:15:03 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
     Wed May 23 17:42:00 2012 +0200
@@ -1254,7 +1254,7 @@
       }
       if (preserveGridEditing) {
         me.view.isEditingGrid = true;
-        this.view.toolBar.updateButtonState(true);
+        me.view.toolBar.updateButtonState(true);
       }
     });
     this.view.toolBar.updateButtonState(true);

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to