diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-07 10:26:36 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-07 10:26:36 -0500 |
commit | 8fae8cf1c2baf39c4e5c35fa1d9e15514bbe77c1 (patch) | |
tree | ceec505abcf8b791b199dbd35719fcae40fd1855 | |
parent | dcbb54b45ff3ac83ec059e5d362b1330bf0fe655 (diff) |
RT#40056 Export DID's to portaone switch
-rw-r--r-- | FS/FS/part_export/portaone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm index 8d5e19e8a..986a556ba 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' }, |