summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-09-02 22:53:58 +0000
committermark <mark>2010-09-02 22:53:58 +0000
commitf2240900f54abdc9fae831d3414989a6385e0e54 (patch)
treead293aca96ec65c14fb04f2c629f4bbfc57be81b
parent8c5a780343e027058a51692d8b9b8140c88ce6c7 (diff)
agent_custid in shellcommands export, RT#9826
-rw-r--r--FS/FS/part_export/shellcommands.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm
index ec861d3..3d5e672 100644
--- a/FS/FS/part_export/shellcommands.pm
+++ b/FS/FS/part_export/shellcommands.pm
@@ -193,7 +193,7 @@ old_ for replace operations):
<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 @@ sub _export_command {
{
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();