[freeside-commits] branch master updated. 88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246
Jonathan Prykop
jonathan at 420.am
Wed Mar 9 20:40:43 PST 2016
The branch, master has been updated
via 88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246 (commit)
from 48098d73a72b6cc4d4242ac66d497bf5a4466b7a (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 88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Wed Mar 9 22:40:24 2016 -0600
RT#40056: Export DID's to portaone switch [fixed defaults]
diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm
index be7e7be..cb1373a 100644
--- a/FS/FS/part_export/portaone.pm
+++ b/FS/FS/part_export/portaone.pm
@@ -36,9 +36,9 @@ tie my %options, 'Tie::IxHash',
default => '' },
'port' => { label => 'Port',
default => 443 },
- 'account_id' => { label => 'Account ID',
- default => 'FREESIDE CUST $custnum' },
'customer_name' => { label => 'Customer Name',
+ default => 'FREESIDE CUST $custnum' },
+ 'account_id' => { label => 'Account ID',
default => 'FREESIDE SVC $svcnum' },
'debug' => { type => 'checkbox',
label => 'Enable debug warnings' },
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/portaone.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list