RT#40056: Export DID's to portaone switch [fixed defaults]
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 10 Mar 2016 04:40:24 +0000 (22:40 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 10 Mar 2016 04:40:24 +0000 (22:40 -0600)
FS/FS/part_export/portaone.pm

index be7e7be..cb1373a 100644 (file)
@@ -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' },