summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2006-11-25 21:04:54 +0000
committerjeff <jeff>2006-11-25 21:04:54 +0000
commitae3253689aba4912b7308167cad11f10ebb2658a (patch)
tree425e1c2944cd6ceb0d7cf0582a2c9e23d925d668 /httemplate/view/cust_main.cgi
parent02ae3eb0e7e2371721956975dc9785fdb9993450 (diff)
chill FF wrt POSTDATA
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 70d424065..fa3de92f0 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -136,6 +136,12 @@ Comments
<div><br>[iframe not supported]<br><br></div>
</iframe>
+% }else{ # make firefox happy wrt POSTDATA
+
+<iframe src="<% $p %>view/cust_main/notes.html?custnum=<% $cust_main->custnum %>" height="18" width="6" name="cust_main_notes" frameborder="0" marginborder="0" marginheight="0" scrolling="auto">
+ <div><br>[iframe not supported]<br><br></div>
+</iframe>
+
% }
% }