Changeset 413 for trunk/form_classes.php


Ignore:
Timestamp:
Oct 7, 2012, 4:35:04 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Zobrazení čísla účtu a variabilního symbolu v emailu.\n* Upraveno: Odesílání emailů pomocí třídy Mail.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r409 r413  
    1212      'Cash' => array('Type' => 'Boolean', 'Caption' => 'Hotovost', 'Default' => '0'),
    1313      'Taxable' => array('Type' => 'Boolean', 'Caption' => 'Ovlivňující daňový základ', 'Default' => '1'),
     14      //'BankAccount' => array('Type' => 'TBankAccount', 'Caption' => 'Bankovní účet', 'Default' => '1'),
    1415    ),
    1516  ),
     
    196197    'Filter' => '1',
    197198  ),
     199  'TBankAccount' => array(
     200    'Type' => 'Reference',
     201    'Table' => 'FinanceBankAccount',
     202    'Id' => 'Id',
     203    'Name' => 'Comment',
     204    'Filter' => '1',
     205  ),
    198206  'TNetworkDevice' => array(
    199207    'Type' => 'Reference',
Note: See TracChangeset for help on using the changeset viewer.