summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorivan <ivan>2010-07-16 23:46:39 +0000
committerivan <ivan>2010-07-16 23:46:39 +0000
commit27ca7447dd2ef3fc35767a1494d0b1c0f0c2d79b (patch)
treeeccc428f1c881642ef09fef2b7646f6da83b1604 /httemplate/edit/cust_main
parent96a5362009cade1872f5de8cab41951c6ee57ef9 (diff)
customer tags, RT#9192
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/top_misc.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html
index d1d436851..cec24bd09 100644
--- a/httemplate/edit/cust_main/top_misc.html
+++ b/httemplate/edit/cust_main/top_misc.html
@@ -1,5 +1,12 @@
<% &ntable("#cccccc") %>
+%# tags
+<% include('/elements/tr-select-cust_tag.html',
+ 'custnum' => $custnum,
+ 'cgi' => $cgi,
+ )
+%>
+
%# agent
<% include('/elements/tr-select-agent.html',
'curr_value' => $cust_main->agentnum,