diff options
| author | ivan <ivan> | 2010-07-16 23:46:39 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-07-16 23:46:39 +0000 |
| commit | 27ca7447dd2ef3fc35767a1494d0b1c0f0c2d79b (patch) | |
| tree | eccc428f1c881642ef09fef2b7646f6da83b1604 /httemplate/edit/cust_main | |
| parent | 96a5362009cade1872f5de8cab41951c6ee57ef9 (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 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, |
