diff options
author | ivan <ivan> | 2008-04-16 20:34:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-16 20:34:41 +0000 |
commit | fba0d3390b1d53199777735ea0366b450aa2576b (patch) | |
tree | b84d7706b352db49b6bb674fb47f58fa2820103d /httemplate/edit/quick-charge.html | |
parent | 6eae00a74907ad88924641a9079c59b55102fb5f (diff) |
fix tax class on package def edit
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-rw-r--r-- | httemplate/edit/quick-charge.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { <TD> $<INPUT TYPE="text" NAME="amount" SIZE=6 VALUE="<% $amount %>" onChange="enable_quick_charge()" onKeyPress="enable_quick_charge_amount()"> </TD> -<% 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') ) %> </TR> <TD>Description:</TD> <TD> |