diff options
author | jeff <jeff> | 2008-02-13 23:45:42 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-02-13 23:45:42 +0000 |
commit | 72fc66f5f5882d670ccce2dfe17d03bb7faad390 (patch) | |
tree | 086ba3d2926b206bc5b9a6ca866890d0dc59b8af /httemplate/edit/quick-charge.html | |
parent | fc6c22c40f3b5362f46eb3ad4739580351bb4076 (diff) |
package class selection for one-time charges RT#1322
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-rw-r--r-- | httemplate/edit/quick-charge.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index e8df37103..95ec70c54 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -82,6 +82,7 @@ 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') %> </TR> <TD>Description:</TD> |