diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-02-05 10:45:14 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-05 10:45:14 -0800 |
| commit | 29df5bd8f2f5b8e067945884dd18b549c4fcec35 (patch) | |
| tree | 9283574f542f568013d81acfd45ee603bc0f75c7 /httemplate/elements/tr-select-cust-part_pkg.html | |
| parent | 98e8d9afc3c08ed903de3aea7a817ac4bcbebc86 (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.html | 4 |
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' %>, |
