fix package selection with classes in IE8, RT#12377
authorivan <ivan>
Sat, 9 Apr 2011 22:50:02 +0000 (22:50 +0000)
committerivan <ivan>
Sat, 9 Apr 2011 22:50:02 +0000 (22:50 +0000)
httemplate/elements/tr-select-cust-part_pkg.html

index 69400f1..878af4d 100644 (file)
     function classnum_changed(what) {
 
       what.form.pkgpart.disabled = 'disabled'; //disable part_pkg dropdown
-      what.form.submit.disabled = true; //disable the submit button
+      var submitButton = what.form.submitButton; // || what.form.submit;
+      if ( submitButton ) {
+        submitButton.disabled = true; //disable the submit button
+      }
       var discountnum = what.form.discountnum;
       if ( discountnum ) {
         discountnum.disabled = true; //disable discount dropdown