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:33:48 -0500
commitcd7e557dcface9adc5d0058c6722f37915bff44d (patch)
treeac28ca5ccf22f56a830109bf91ae3eff37a4b333
parent55a37d7100a678c2699e2bc42eb71c5b0420a1e1 (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 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' },