summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-04-07 10:26:36 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-04-07 10:31:23 -0500
commit9cea8ce436701c930b6800585d83e5799ee1f5e3 (patch)
treeb28f61cfdad5291d003dcdb6a47a665fbd7ae64d
parent4982fdf6ca03a038d180207bccbd16fc5fb91f37 (diff)
RT#40056 Export DID's to portaone switch
-rw-r--r--FS/FS/part_export/portaone.pm2
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' },