Changeset 421


Ignore:
Timestamp:
Oct 9, 2012, 8:34:51 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: V tabulce Subject změněn sloupce AddressCountry z textové na referenční položku. Seznam zemí je uchován nově v tabulce Country.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r413 r421  
    8888      'AddressTown' => array('Type' => 'String', 'Caption' => 'Město', 'Default' => 'Zděchov'),
    8989      'AddressPSC' => array('Type' => 'String', 'Caption' => 'PSČ', 'Default' => '75607'),
     90      'AddressCountry' => array('Type' => 'TCountry', 'Caption' => 'Země', 'Default' => '1'),
    9091      'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''),
    9192      'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''),
     
    225226    'Filter' => '1',
    226227  ),
     228  'TCountry' => array(
     229    'Type' => 'Reference',
     230    'Table' => 'Country',
     231    'Id' => 'Id',
     232    'Name' => 'Name',
     233    'Filter' => '1',
     234  ),
    227235);
    228236
Note: See TracChangeset for help on using the changeset viewer.