Ignore:
Timestamp:
Sep 8, 2020, 5:26:30 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Wrong decimal separator and uninitialized Value database column for Fio Import.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/ImportFio.php

    r874 r884  
    2727      if ($DbResult->num_rows == 0)
    2828      {
     29        $Record['Value'] = str_replace(",", ".", $Record['Value']);
    2930        $Output .= '<tr>';
    3031        $this->Database->insert('FinanceBankImport', array('Time' => TimeToMysqlDate($Record['Date']),
Note: See TracChangeset for help on using the changeset viewer.