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.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/view/cust_main/quick-charge.html b/httemplate/view/cust_main/quick-charge.html
index 2fe3d5f3d..be8b9d838 100644
--- a/httemplate/view/cust_main/quick-charge.html
+++ b/httemplate/view/cust_main/quick-charge.html
@@ -1,16 +1,17 @@
-<%
- my( $cust_main ) = @_;
-%>
+%
+% my( $cust_main ) = @_;
+%
-<FORM ACTION="<%=$p%>edit/process/quick-charge.cgi" METHOD="POST">
-<INPUT TYPE="hidden" NAME="custnum" VALUE="<%= $cust_main->custnum %>">
+<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') %>
+<% include('/elements/select-taxclass.html') %>
<INPUT TYPE="submit" VALUE="One-time charge">