summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/portaone.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/portaone.pm')
-rw-r--r--FS/FS/part_export/portaone.pm4
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' },