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/Modules/IS/IS.php

    r501 r502  
    167167   
    168168    foreach($FormClass['Items'] as $ItemIndex => $FormItem)
    169     if(!array_key_exists($FormItem['Type'], $this->System->FormManager->Type) or
     169    if(!array_key_exists($FormItem['Type'], $this->System->FormManager->FormTypes) or
    170170      (array_key_exists($FormItem['Type'], $this->System->FormManager->FormTypes) and
    171171      ($this->System->FormManager->FormTypes[$FormItem['Type']]['Type'] != 'ManyToOne')))
     172    {
    172173      $TableColumns[] = array('Name' => $ItemIndex, 'Title' => $FormItem['Caption']);
     174    }   
    173175    $TableColumns[] = array('Name' => '', 'Title' => 'Akce');
    174176    if(!array_key_exists('DefaultSortColumn', $FormClass))
Note: See TracChangeset for help on using the changeset viewer.