[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.80.2.2, 1.80.2.3

Ivan,,, ivan at wavetail.420.am
Sun Dec 18 17:59:18 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv28617/httemplate/edit

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	svc_acct.cgi 
Log Message:
tower for svc_acct, RT#15538

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.80.2.2
retrieving revision 1.80.2.3
diff -u -w -d -r1.80.2.2 -r1.80.2.3
--- svc_acct.cgi	10 Nov 2011 21:40:24 -0000	1.80.2.2
+++ svc_acct.cgi	19 Dec 2011 01:59:16 -0000	1.80.2.3
@@ -160,6 +160,19 @@
     <TD><% FS::svc_acct_pop::popselector($popnum) %></TD>
   </TR>
 % } 
+
+%#tower (huh)
+%if ( $conf->exists('svc_acct-tower_sector')
+%     && $part_svc->part_svc_column('sectornum')->columnflag ne 'F' ) {
+    <& /elements/tr-select-tower_sector.html,
+         'curr_value' => $svc_acct->sectornum,
+         #'part_svc'   => $part_svc,
+         #'cust_pkg'   => $cust_pkg,
+    &>
+%} else {
+    <INPUT TYPE="hidden" NAME="sectornum" VALUE="<% $svc_acct->sectornum %>">
+%}
+
 % #uid/gid 
 % foreach my $xid (qw( uid gid )) { 
 %



More information about the freeside-commits mailing list