From fba0d3390b1d53199777735ea0366b450aa2576b Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 16 Apr 2008 20:34:41 +0000 Subject: fix tax class on package def edit --- httemplate/edit/quick-charge.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/quick-charge.html') diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 95ec70c54..2dcbe5169 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -82,8 +82,8 @@ function validate_quick_charge () { $ -<% include('/elements/tr-select-pkg_class.html', '') %> -<% include('/elements/tr-select-taxclass.html') %> +<% include('/elements/tr-select-pkg_class.html', 'curr_value' => $cgi->param('classnum') ) %> +<% include('/elements/tr-select-taxclass.html', 'curr_value' => $cgi->param('taxclass') ) %> Description: -- cgit v1.2.1