Ignore:
Timestamp:
Nov 4, 2015, 9:00:41 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Generation of new invoices.
  • Fixed: Presetting values for pairing imported operations from bank account.
  • Fixed: Firewall NAT rules error.
File:
1 edited

Legend:

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

    r755 r761  
    8686    $Preset = array(
    8787      'presetTime' => $Item['Time'],
    88       'presetValue' => $Item['Value'],
     88      'presetValueUser' => abs($Item['Value']),
    8989      'presetTaxable' => 1,
    9090      'presetText' => $Item['Description'],
    9191      'presetNetwork' => 1,
    9292      'presetBankAccount' => $Item['BankAccount'],
    93       'presetDocumentLine' => $FinanceGroup['DocumentLine']);
     93      'presetGroup' => $FinanceGroup['Id']);
    9494    return($Preset);
    9595  }
Note: See TracChangeset for help on using the changeset viewer.