From 88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 9 Mar 2016 22:40:24 -0600 Subject: [PATCH] RT#40056: Export DID's to portaone switch [fixed defaults] --- FS/FS/part_export/portaone.pm | 4 ++-- 1 file 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' }, -- 2.11.0