diff options
author | ivan <ivan> | 2009-10-29 18:38:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-29 18:38:09 +0000 |
commit | fcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 (patch) | |
tree | 3982ce563d7b0fa726ae033aadf92748350b2123 /httemplate/edit | |
parent | 9d77a21db3642ca66d9a0e545b804b7e6b4090ee (diff) |
customer classification, RT#6376
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/top_misc.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html index 041050664..7c9e0395c 100644 --- a/httemplate/edit/cust_main/top_misc.html +++ b/httemplate/edit/cust_main/top_misc.html @@ -23,6 +23,15 @@ % } +%# class +<% include('/elements/tr-select-cust_class.html', + 'curr_value' => $cust_main->classnum, + 'label' => "Class", + #'empty_label' => '(none)', + #'disable_empty' => + ) +%> + %# referral (advertising source) %my $refnum = $cust_main->refnum || $conf->config('referraldefault') || 0; %if ( $custnum && ! $conf->exists('editreferrals') ) { |