diff options
author | ivan <ivan> | 2002-06-21 21:49:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-21 21:49:25 +0000 |
commit | 835228e1989d99fabc2689363aa174d41440188d (patch) | |
tree | 2ae41264425f1efa3c333791fdb68a8b041d02d6 | |
parent | 5939c0f1ae7bea08adde82f6d3578e6c5ac31248 (diff) |
s/title/organization/ at noment's request
-rw-r--r-- | FS/FS/part_export/infostreet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/infostreet.pm b/FS/FS/part_export/infostreet.pm index 89ab06d22..2464e5dee 100644 --- a/FS/FS/part_export/infostreet.pm +++ b/FS/FS/part_export/infostreet.pm @@ -50,7 +50,7 @@ sub _export_insert { $contact_info{'email'} = $emails[0] if @emails; #this one is kinda noment-specific - $contact_info{'title'} = $cust_main->agent->agent; + $contact_info{'organization'} = $cust_main->agent->agent; $err_or_queue = $self->infostreet_queueContact( $svc_acct->svcnum, $svc_acct->username, %contact_info ); |