[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.23, 1.133.2.24

Ivan,,, ivan at wavetail.420.am
Thu Oct 27 18:44:35 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv18640/FS/FS/ClientAPI

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	MyAccount.pm 
Log Message:
legacy invoices via self-service, RT#13656

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.133.2.23
retrieving revision 1.133.2.24
diff -u -w -d -r1.133.2.23 -r1.133.2.24
--- MyAccount.pm	28 Oct 2011 01:32:21 -0000	1.133.2.23
+++ MyAccount.pm	28 Oct 2011 01:44:33 -0000	1.133.2.24
@@ -1162,6 +1162,7 @@
 
   return { 'error'        => '',
            'legacyinvnum' => $legacyinvnum,
+           'legacyid'     => $legacy_cust_bill->legacyid,
            'invoice_html' => $legacy_cust_bill->content_html,
          };
 
@@ -1185,6 +1186,7 @@
 
   return { 'error'        => '',
            'legacyinvnum' => $legacyinvnum,
+           'legacyid'     => $legacy_cust_bill->legacyid,
            'invoice_pdf'  => $legacy_cust_bill->content_pdf,
          };
 



More information about the freeside-commits mailing list