details:   /erp/devel/pi/rev/ea10238a0d4b
changeset: 12167:ea10238a0d4b
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Fri May 13 13:34:30 2011 +0200
summary:   Fixed issue 17160. Removed wrong call to FIC in SETSESSION mode.
This call happened just after you created a new record in grid view, and it 
incorrectly wiped out the value of the windowId|IsSOTrx session value. This, in 
turn, made the FIC compute incorrect combo contents for several columns, like 
the c_doctypetarget_id column in Sales Invoice window.

diffstat:

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

diffs (12 lines):

diff -r 0b151d865f82 -r ea10238a0d4b 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
      Fri May 13 13:30:05 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
      Fri May 13 13:34:30 2011 +0200
@@ -749,7 +749,7 @@
     }
     this.viewGrid.refreshContents();
 
-    this.toolBar.updateButtonState();    
+    this.toolBar.updateButtonState(true);    
 
     // if not visible or the parent also needs to be refreshed
     // enable the following code if we don't automatically select the first

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to