diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-09 22:40:24 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-09 22:42:20 -0600 |
commit | efad6767531821f6796e193a53aed4d2981cb983 (patch) | |
tree | 2cd4afb323850a961501da5c46608f89fbee58d5 | |
parent | 3d5c839e0ce2cd84b313962ace938760bc7cf683 (diff) |
RT#40056: Export DID's to portaone switch [fixed defaults]
-rw-r--r-- | FS/FS/part_export/portaone.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm index be7e7be5e..cb1373a00 100644 --- a/FS/FS/part_export/portaone.pm +++ b/FS/FS/part_export/portaone.pm @@ -36,9 +36,9 @@ tie my %options, 'Tie::IxHash', default => '' }, 'port' => { label => 'Port', default => 443 }, - 'account_id' => { label => 'Account ID', - default => 'FREESIDE CUST $custnum' }, 'customer_name' => { label => 'Customer Name', + default => 'FREESIDE CUST $custnum' }, + 'account_id' => { label => 'Account ID', default => 'FREESIDE SVC $svcnum' }, 'debug' => { type => 'checkbox', label => 'Enable debug warnings' }, |