Ignore:
Timestamp:
Mar 12, 2013, 10:58:10 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Akce pro import plateb přes API nebo ze souboru z tabulky "Bankovní účty" ze správy dat.
  • Přidáno: Prozatím zkoušení importu z Fio a Poštovní spořitelny.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Form.php

    r501 r502  
    8383    if(!array_key_exists($Item['Type'], $this->FormManager->FormTypes) or
    8484    (array_key_exists($Item['Type'], $this->FormManager->FormTypes) and
    85     ($$this->FormManager->FormTypes[$Item['Type']]['Type'] != 'ManyToOne')))
     85    ($this->FormManager->FormTypes[$Item['Type']]['Type'] != 'ManyToOne')))
    8686    {
    8787      if(!array_key_exists($Index, $this->Values) and isset($Item['Default'])) $this->Values[$Index] = $Item['Default'];
Note: See TracChangeset for help on using the changeset viewer.