summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-12 02:54:10 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-12 02:54:10 -0700
commitcc401559d97ade5a8a87afdb741195626bbdd0c4 (patch)
tree7d2d9b6b142d83168d34a1c3091b5aeca9c33f83
parentb71d8ac92ca51e921fdf9b8ea621904d3d9b3597 (diff)
extra /
-rw-r--r--httemplate/view/cust_main/contacts_new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html
index 9a03410bf..63a050c04 100644
--- a/httemplate/view/cust_main/contacts_new.html
+++ b/httemplate/view/cust_main/contacts_new.html
@@ -1,6 +1,6 @@
<BR>
<FONT CLASS="fsinnerbox-title">Contacts</FONT>
-<A HREF="<%$p%>/edit/cust_main-contacts.html?<% $cust_main->custnum %>">Edit contacts</A>
+<A HREF="<%$p%>edit/cust_main-contacts.html?<% $cust_main->custnum %>">Edit contacts</A>
<TABLE CLASS="fsinnerbox">
% foreach my $contact ( @contacts ) {
% #XXX maybe this should be a table with alternating colors instead