RT#40056 Export DID's to portaone switch
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 7 Apr 2016 15:26:36 +0000 (10:26 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 7 Apr 2016 15:33:48 +0000 (10:33 -0500)
FS/FS/part_export/portaone.pm

index 991fb4a..27a956f 100644 (file)
@@ -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' },