From: Jonathan Prykop Date: Thu, 10 Mar 2016 04:40:24 +0000 (-0600) Subject: RT#40056: Export DID's to portaone switch [fixed defaults] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246 RT#40056: Export DID's to portaone switch [fixed defaults] --- 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' },