details:   /erp/devel/pi/rev/1f29e1efe092
changeset: 12356:1f29e1efe092
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Mon May 23 16:54:43 2011 +0200
summary:   Improved awareness

diffstat:

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

diffs (12 lines):

diff -r f7dbd40fe737 -r 1f29e1efe092 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
  Mon May 23 16:22:55 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
  Mon May 23 16:54:43 2011 +0200
@@ -1504,7 +1504,7 @@
   
   getCellStyle: function (record, rowNum, colNum) {
     // inactive, selected
-    if (record && record[this.recordCustomStyleProperty] !== null) {
+    if (record && record[this.recordCustomStyleProperty]) {
       return record[this.recordCustomStyleProperty];
     }
 

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including 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