[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.51, 1.52 contact.html, 1.22, 1.23
Mark Wells
mark at wavetail.420.am
Sat Feb 18 18:30:19 PST 2012
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.507, 1.508 cust_main.pm, 1.607, 1.608 svc_acct.pm, 1.325, 1.326
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.37, 1.468.2.38 cust_main.pm, 1.586.2.20, 1.586.2.21 svc_acct.pm, 1.317.2.7, 1.317.2.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv20541/httemplate/edit/cust_main
Modified Files:
billing.html contact.html
Log Message:
more per-agent options, #15973
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -w -d -r1.51 -r1.52
--- billing.html 14 Jan 2012 07:05:15 -0000 1.51
+++ billing.html 19 Feb 2012 02:30:17 -0000 1.52
@@ -480,7 +480,8 @@
% unless ( $conf->exists('cust-email-high-visibility')) {
<TR>
<TD ALIGN="right" WIDTH="200">
- <% $conf->exists('cust_main-require_invoicing_list_email') ? $r : '' %>Email address(es)
+ <% $conf->exists('cust_main-require_invoicing_list_email', $agentnum)
+ ? $r : '' %>Email address(es)
</TD>
<TD WIDTH="408"><INPUT TYPE="text" NAME="invoicing_list" VALUE="<% join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) %>"></TD>
</TR>
@@ -614,4 +615,6 @@
$show_term = $term_sth->fetchrow_arrayref->[0];
}
+my $agentnum = $cust_main->agentnum if $cust_main->custnum;
+
</%init>
Index: contact.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/contact.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -d -r1.22 -r1.23
--- contact.html 27 Sep 2011 23:01:24 -0000 1.22
+++ contact.html 19 Feb 2012 02:30:17 -0000 1.23
@@ -21,7 +21,8 @@
% if ( $conf->exists('cust-email-high-visibility') && !$pre ) {
<TR>
<TD ALIGN="right" WIDTH="200">
- <% $conf->exists('cust_main-require_invoicing_list_email') ? $r : '' %>Email address(es)
+ <% $conf->exists('cust_main-require_invoicing_list_email', $agentnum)
+ ? $r : '' %>Email address(es)
</TD>
<TD bgcolor="#FFFF00">
<INPUT TYPE="text" NAME="invoicing_list" VALUE="<% join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) %>">
@@ -209,4 +210,6 @@
my @invoicing_list = $cust_main->invoicing_list;
+my $agentnum = $cust_main->agentnum if $cust_main->custnum;
+
</%init>
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.507, 1.508 cust_main.pm, 1.607, 1.608 svc_acct.pm, 1.325, 1.326
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.37, 1.468.2.38 cust_main.pm, 1.586.2.20, 1.586.2.21 svc_acct.pm, 1.317.2.7, 1.317.2.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list