[freeside-commits] branch master updated. 8fae8cf1c2baf39c4e5c35fa1d9e15514bbe77c1
Jonathan Prykop
jonathan at 420.am
Thu Apr 7 08:27:03 PDT 2016
The branch, master has been updated
via 8fae8cf1c2baf39c4e5c35fa1d9e15514bbe77c1 (commit)
from dcbb54b45ff3ac83ec059e5d362b1330bf0fe655 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8fae8cf1c2baf39c4e5c35fa1d9e15514bbe77c1
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Thu Apr 7 10:26:36 2016 -0500
RT#40056 Export DID's to portaone switch
diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm
index 8d5e19e..986a556 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' },
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/portaone.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list