[freeside-commits] branch master updated. 588bd40945822ce3a89e4ddd3588ebc107019410
Jonathan Prykop
jonathan at 420.am
Mon Mar 28 16:03:19 PDT 2016
The branch, master has been updated
via 588bd40945822ce3a89e4ddd3588ebc107019410 (commit)
from e4ef2a297d3a11f59c27a5bdc155e06b3aa240b0 (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 588bd40945822ce3a89e4ddd3588ebc107019410
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