From cd7e557dcface9adc5d0058c6722f37915bff44d Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 7 Apr 2016 10:26:36 -0500 Subject: [PATCH] RT#40056 Export DID's to portaone switch --- FS/FS/part_export/portaone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, -- 2.11.0