summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust-part_pkg.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-05 10:45:14 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-05 10:45:14 -0800
commit29df5bd8f2f5b8e067945884dd18b549c4fcec35 (patch)
tree9283574f542f568013d81acfd45ee603bc0f75c7 /httemplate/elements/tr-select-cust-part_pkg.html
parent98e8d9afc3c08ed903de3aea7a817ac4bcbebc86 (diff)
prevent changing Start before picking a package
Diffstat (limited to 'httemplate/elements/tr-select-cust-part_pkg.html')
-rw-r--r--httemplate/elements/tr-select-cust-part_pkg.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust-part_pkg.html b/httemplate/elements/tr-select-cust-part_pkg.html
index 23916d9e2..6244b6cb7 100644
--- a/httemplate/elements/tr-select-cust-part_pkg.html
+++ b/httemplate/elements/tr-select-cust-part_pkg.html
@@ -53,9 +53,11 @@
what.form.pkgpart.disabled = ''; //re-enable part_pkg dropdown
% if ( $opt{'curr_value'} ) {
- what.form.pkgpart.value = <% $opt{'curr_value'} %>;
+ what.form.pkgpart.value = <% $opt{'curr_value'} %>;
% }
+ pkg_changed();
+
}
get_part_pkg( <% $cust_main ? $cust_main->custnum : '0' %>,