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, 0 insertions, 18 deletions
diff --git a/httemplate/view/cust_main/quick-charge.html b/httemplate/view/cust_main/quick-charge.html
deleted file mode 100644
index 2fe3d5f3d..000000000
--- a/httemplate/view/cust_main/quick-charge.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<%
- 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>
-