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:44:33 -0600 | 
| commit | 2829b0c807bd4093f49e5d76cc1c112a868afcb6 (patch) | |
| tree | d9a382e0087c8a8428c8546e5051aee04e52f7ea | |
| parent | 0c12b0de3139462f10d096aabf567ea7cb4229c2 (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' }, | 
