diff options
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 63df35ad1..2231d4148 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -111,19 +111,7 @@ Comments <BR> -% if ($notecount) { - -<iframe src="<% $p %>view/cust_main/notes.html?custnum=<% $cust_main->custnum %>" height="186" width="616" name="cust_main_notes" frameborder="0" marginborder="0" marginheight="0" scrolling="auto"> - <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="24" width="616" name="cust_main_notes" frameborder="0" marginborder="0" marginheight="0" scrolling="auto"> - <div><br>[iframe not supported]<br><br></div> -</iframe> - -% } +<% include('cust_main/notes.html', 'custnum' => $cust_main->custnum ) %> % } |