summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/quick-charge.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/quick-charge.html')
-rw-r--r--httemplate/view/cust_main/quick-charge.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/quick-charge.html b/httemplate/view/cust_main/quick-charge.html
new file mode 100644
index 0000000..2fe3d5f
--- /dev/null
+++ b/httemplate/view/cust_main/quick-charge.html
@@ -0,0 +1,18 @@
+<%
+ my( $cust_main ) = @_;
+%>
+
+<FORM ACTION="<%=$p%>edit/process/quick-charge.cgi" METHOD="POST">
+
+<INPUT TYPE="hidden" NAME="custnum" VALUE="<%= $cust_main->custnum %>">
+
+Description:<INPUT TYPE="text" NAME="pkg">
+
+Amount:<INPUT TYPE="text" NAME="amount" SIZE=6>
+
+<%= include('/elements/select-taxclass.html') %>
+
+<INPUT TYPE="submit" VALUE="One-time charge">
+
+</FORM>
+