From 588bd40945822ce3a89e4ddd3588ebc107019410 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 28 Mar 2016 18:03:17 -0500 Subject: [PATCH] RT#40056 Export DIDs to portaone switch [activation_date format fix] --- FS/FS/part_export/portaone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm index 2625c5741..2654e1c2f 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'); -- 2.11.0