diff options
author | ivan <ivan> | 2010-07-16 23:45:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-16 23:45:24 +0000 |
commit | 556b8e9650155e74416496238cfc0e4abe64c53a (patch) | |
tree | 26a6cac98ec8a944361a0d913392eab6abd53b6a /httemplate/edit/cust_main | |
parent | 9414a814e49a86a832e4f56ec1a6bcc927f55e6b (diff) |
customer tags, RT#9192
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r-- | httemplate/edit/cust_main/top_misc.html | 7 |
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 36add3721..916bac001 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, |