[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.54, 1.55

Mark Wells mark at wavetail.420.am
Thu Sep 2 15:54:01 PDT 2010


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

Modified Files:
	shellcommands.pm 
Log Message:
agent_custid in shellcommands export, RT#9826

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -w -d -r1.54 -r1.55
--- shellcommands.pm	5 Mar 2010 18:24:56 -0000	1.54
+++ shellcommands.pm	2 Sep 2010 22:53:58 -0000	1.55
@@ -193,7 +193,7 @@
   <LI><code>$pkgnum</code>
   <LI><code>$custnum</code>
   <LI>All other fields in <b>svc_acct</b> are also available.
-  <LI>The following fields from <b>cust_main</b> are also available (except during replace): company, address1, address2, city, state, zip, county, daytime, night, fax, otaker.  When used on the command line (rather than STDIN), they will be quoted for the shell already (do not add additional quotes).
+  <LI>The following fields from <b>cust_main</b> are also available (except during replace): company, address1, address2, city, state, zip, county, daytime, night, fax, otaker, agent_custid.  When used on the command line (rather than STDIN), they will be quoted for the shell already (do not add additional quotes).
 </UL>
 END
 );
@@ -263,7 +263,7 @@
     {
       no strict 'refs';
       foreach my $custf (qw( company address1 address2 city state zip country
-                             daytime night fax otaker
+                             daytime night fax otaker agent_custid
                         ))
       {
         ${$custf} = $cust_pkg->cust_main->$custf();



More information about the freeside-commits mailing list