diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-28 16:59:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-28 16:59:14 -0700 |
commit | c41cc3dd17fdb3c80ccc392accec60d6cd092de5 (patch) | |
tree | 10efa6aa68fd2363856a1041d774c1e913a55e60 | |
parent | 69d47821c9e8e73ad8e29879ee4c5820c10167d6 (diff) | |
parent | 6ffd5f96998ad58bb88e99a73033a2d9874eede0 (diff) |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
-rw-r--r-- | FS/FS/part_export/portaone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |