diff options
author | ivan <ivan> | 2008-01-14 00:17:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-14 00:17:36 +0000 |
commit | 420217ab731352983246a832dfe141288a93a446 (patch) | |
tree | 24265a140ec5306bd3d180eaff68c179abecc4e8 /httemplate/edit/cust_main.cgi | |
parent | 7043f97e59b35d497e3e4fc66e6f23dbee34ca53 (diff) |
fix tyops
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 3ba097028..4e4336a26 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -4,7 +4,7 @@ ' onUnload="myclose()"' ) %> -<% include('/elements.error.html') %> +<% include('/elements/error.html') %> <FORM NAME="topform" STYLE="margin-bottom: 0"> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> |