summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/fax.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_main/fax.html')
-rw-r--r--httemplate/edit/cust_main/fax.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/fax.html b/httemplate/edit/cust_main/fax.html
new file mode 100644
index 0000000..237d4be
--- /dev/null
+++ b/httemplate/edit/cust_main/fax.html
@@ -0,0 +1,5 @@
+% my $cust_main = shift;
+<TR>
+ <TD ALIGN="right"><% mt('Fax') |h %></TD>
+ <TD><INPUT TYPE="text" NAME="fax" VALUE="<% $cust_main->fax %>" SIZE=18></TD>
+</TR>