[freeside-commits] freeside/httemplate/edit/cust_main top_misc.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Thu Oct 29 11:38:11 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv22071/httemplate/edit/cust_main
Modified Files:
top_misc.html
Log Message:
customer classification, RT#6376
Index: top_misc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/top_misc.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- top_misc.html 7 Aug 2009 23:08:03 -0000 1.2
+++ top_misc.html 29 Oct 2009 18:38:08 -0000 1.3
@@ -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') ) {
More information about the freeside-commits
mailing list