[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.72, 1.73

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Sep 2 08:37:10 PDT 2008


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

Modified Files:
	MyAccount.pm 
Log Message:
call details in self-service

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- MyAccount.pm	2 Jul 2008 02:55:49 -0000	1.72
+++ MyAccount.pm	2 Sep 2008 15:37:07 -0000	1.73
@@ -577,7 +577,7 @@
   return { 'error'        => '',
            'invnum'       => $invnum,
            'invoice_text' => join('', $cust_bill->print_text ),
-           'invoice_html' => $cust_bill->print_html,
+           'invoice_html' => $cust_bill->print_html( { unsquelch_cdr => 1 } ),
          };
 
 }



More information about the freeside-commits mailing list