[freeside-commits] branch FREESIDE_4_BRANCH updated. 9cea8ce436701c930b6800585d83e5799ee1f5e3
Jonathan Prykop
jonathan at 420.am
Thu Apr 7 08:31:48 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 9cea8ce436701c930b6800585d83e5799ee1f5e3 (commit)
from 4982fdf6ca03a038d180207bccbd16fc5fb91f37 (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 9cea8ce436701c930b6800585d83e5799ee1f5e3
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