X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-cust-part_pkg.html;h=878af4d90a046af17ba3c6c7f54fb3292a428830;hb=20950bb21ee5dd8839a05dfcd58efa0a98e48e5a;hp=69400f16ac87f97e653e21a344945ae067d53e03;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/httemplate/elements/tr-select-cust-part_pkg.html b/httemplate/elements/tr-select-cust-part_pkg.html index 69400f16a..878af4d90 100644 --- a/httemplate/elements/tr-select-cust-part_pkg.html +++ b/httemplate/elements/tr-select-cust-part_pkg.html @@ -18,7 +18,10 @@ 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