freeside/httemplate/edit part_bill_event.cgi,1.18,1.19

ivan ivan at pouncequick.420.am
Tue Jun 1 03:53:13 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv27708/httemplate/edit

Modified Files:
	part_bill_event.cgi 
Log Message:
per-agent invoice_from addresses

Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- part_bill_event.cgi	14 May 2004 12:25:44 -0000	1.18
+++ part_bill_event.cgi	1 Jun 2004 10:53:10 -0000	1.19
@@ -179,7 +179,7 @@
 
   'send_agent' => {
     'name' => 'Send invoice (email/print) ',
-    'code' => '$cust_bill->send(\'%%%agent_templatename%%%\', %%%agentnum%%%);',
+    'code' => '$cust_bill->send(\'%%%agent_templatename%%%\', %%%agentnum%%%, \'%%%agent_invoice_from%%%\');',
     'html' => sub {
         '<TABLE BORDER=0>
           <TR>
@@ -190,6 +190,10 @@
             <TD ALIGN="right">with template </TD>
             <TD>
               <INPUT TYPE="text" NAME="agent_templatename" VALUE="%%%agent_templatename%%%">
+            </TD>
+            <TD ALIGN="right">email From: </TD>
+            <TD>
+              <INPUT TYPE="text" NAME="agent_invoice_from" VALUE="%%%agent_invoice_from%%%">
             </TD>
           </TR>
         </TABLE>';




More information about the freeside-commits mailing list