From: Jonathan Prykop Date: Mon, 28 Mar 2016 23:03:17 +0000 (-0500) Subject: RT#40056 Export DIDs to portaone switch [activation_date format fix] X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6ffd5f96998ad58bb88e99a73033a2d9874eede0;p=freeside.git 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 b913b2395..6e2950e4d 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');