From: Jonathan Prykop Date: Thu, 7 Apr 2016 15:26:36 +0000 (-0500) Subject: RT#40056 Export DID's to portaone switch X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=cd7e557dcface9adc5d0058c6722f37915bff44d RT#40056 Export DID's to portaone switch --- diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm index 991fb4a28..27a956f42 100644 --- a/FS/FS/part_export/portaone.pm +++ b/FS/FS/part_export/portaone.pm @@ -40,7 +40,7 @@ tie my %options, 'Tie::IxHash', 'customer_name' => { label => 'Customer Name', default => 'FREESIDE CUST $custnum' }, 'account_id' => { label => 'Account ID', - default => 'FREESIDE SVC $svcnum' }, + default => 'SVC$svcnum' }, 'product_id' => { label => 'Account Product ID' }, 'debug' => { type => 'checkbox', label => 'Enable debug warnings' },