From fcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Oct 2009 18:38:09 +0000 Subject: customer classification, RT#6376 --- httemplate/edit/cust_main/top_misc.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'httemplate/edit') 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') ) { -- cgit v1.2.1