[freeside-commits] branch FREESIDE_3_BRANCH updated. 6ffd5f96998ad58bb88e99a73033a2d9874eede0

Jonathan Prykop jonathan at 420.am
Mon Mar 28 16:18:29 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  6ffd5f96998ad58bb88e99a73033a2d9874eede0 (commit)
      from  dba51aaeccee329da6c1fe5b0405f8b0a32cc498 (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 6ffd5f96998ad58bb88e99a73033a2d9874eede0
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 b913b23..6e2950e 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