[freeside-commits] branch FREESIDE_4_BRANCH updated. efad6767531821f6796e193a53aed4d2981cb983

Jonathan Prykop jonathan at 420.am
Wed Mar 9 20:42:38 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  efad6767531821f6796e193a53aed4d2981cb983 (commit)
      from  3d5c839e0ce2cd84b313962ace938760bc7cf683 (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 efad6767531821f6796e193a53aed4d2981cb983
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