[freeside-commits] branch FREESIDE_4_BRANCH updated. 18478e91f04d3e7bc2e846a20ade57f41ba80011

Jonathan Prykop jonathan at 420.am
Mon Mar 28 16:06:31 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  18478e91f04d3e7bc2e846a20ade57f41ba80011 (commit)
      from  8352207982f14a7ff3b0da376ca8031fb4ad1757 (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 18478e91f04d3e7bc2e846a20ade57f41ba80011
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Mon Mar 28 18:03:17 2016 -0500

    RT#40056 Export DIDs to portaone switch [activation_date format fix]

diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm
index 2625c57..2654e1c 100644
--- a/FS/FS/part_export/portaone.pm
+++ b/FS/FS/part_export/portaone.pm
@@ -139,7 +139,7 @@ sub _export_insert {
           'i_customer' => $i_customer,
           'iso_4217' => ($conf->config('currency') || 'USD'),
           'i_product' => $product_id,
-          'activation_date' => time2str("%Y-%m-%d %H:%M:%S",time),
+          'activation_date' => time2str("%Y-%m-%d",time),
           'billing_model'   => 1, # '1' for credit, '-1' for debit, could make this an export option
         }
       },'i_account');

-----------------------------------------------------------------------

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