[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
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.27, 1.468.2.28 svc_Tower_Mixin.pm, NONE, 1.1.2.2 svc_acct.pm, 1.317.2.4, 1.317.2.5 svc_broadband.pm, 1.24.2.7, 1.24.2.8 Schema.pm, 1.317.2.24, 1.317.2.25
- Next message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.12.2.2, 1.12.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 )) {
%
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.27, 1.468.2.28 svc_Tower_Mixin.pm, NONE, 1.1.2.2 svc_acct.pm, 1.317.2.4, 1.317.2.5 svc_broadband.pm, 1.24.2.7, 1.24.2.8 Schema.pm, 1.317.2.24, 1.317.2.25
- Next message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.12.2.2, 1.12.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list