details:   http://code.openbravo.com/erp/devel/main/rev/109be4b5cce3
changeset: 3540:109be4b5cce3
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Mon Apr 06 15:30:40 2009 +0200
summary:   fixed bug 0008376: Set Project type button appears & disappears in 
Project & Service Management->Transactions->Multiphase Project

diffstat:

 web/js/utils.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8c39eacc0334 -r 109be4b5cce3 web/js/utils.js
--- a/web/js/utils.js   Sun Apr 05 22:48:05 2009 +0200
+++ b/web/js/utils.js   Mon Apr 06 15:30:40 2009 +0200
@@ -2606,7 +2606,7 @@
           }
         }
         if (!hasMultiSelect) obj.selectedIndex = index;
-      } else Value = fillCombo(obj, Value, true, 
((obj.className.toUpperCase().indexOf("REQUIRED")!=-1) || 
obj.className.toUpperCase().indexOf("KEY")!=-1 || 
(obj.className.toUpperCase().indexOf("READONLY")!=-1)));
+      } else Value = fillCombo(obj, Value, true, 
((obj.className.toUpperCase().indexOf("REQUIRED")!=-1) || 
obj.className.toUpperCase().indexOf("KEY")!=-1));
     } else if (obj.type.toUpperCase().indexOf("CHECKBOX")!=-1) {
       selectCheckbox(obj, Value);
     } else if (obj.type.toUpperCase().indexOf("RADIO")!=-1 || 
obj.type.toUpperCase().indexOf("CHECK")!=-1) {

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to