[freeside-commits] freeside/FS/FS Maestro.pm,1.9.2.1,1.9.2.2
Ivan,,,
ivan at wavetail.420.am
Tue May 3 14:24:21 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv6806
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Maestro.pm
Log Message:
maestro "Not yet billed" is active, RT#11885
Index: Maestro.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Maestro.pm,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -w -d -r1.9.2.1 -r1.9.2.2
--- Maestro.pm 14 Jan 2011 02:51:50 -0000 1.9.2.1
+++ Maestro.pm 3 May 2011 21:24:19 -0000 1.9.2.2
@@ -116,6 +116,7 @@
#status in the reseller scenario
$result{'status'} = substr($cust_pkg->ucfirst_status,0,1);
+ $result{'status'} = 'A' if $result{'status'} eq 'N';
# find "outbound service" y/n
my @cust_pkg = $cust_main->cust_pkg;
@@ -135,7 +136,7 @@
return {
'custnum' => $cust_main->custnum,
- 'name' => $cust_main->name,
+ 'name' => ( $svc_pbx->title || $cust_main->name ),
'email' => $cust_main->invoicing_list_emailonly_scalar,
#'agentnum' => $cust_main->agentnum,
#'agent' => $cust_main->agent->agent,
More information about the freeside-commits
mailing list