Changeset 421
- Timestamp:
- Oct 9, 2012, 8:34:51 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r413 r421 88 88 'AddressTown' => array('Type' => 'String', 'Caption' => 'Město', 'Default' => 'Zděchov'), 89 89 'AddressPSC' => array('Type' => 'String', 'Caption' => 'PSČ', 'Default' => '75607'), 90 'AddressCountry' => array('Type' => 'TCountry', 'Caption' => 'Země', 'Default' => '1'), 90 91 'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''), 91 92 'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''), … … 225 226 'Filter' => '1', 226 227 ), 228 'TCountry' => array( 229 'Type' => 'Reference', 230 'Table' => 'Country', 231 'Id' => 'Id', 232 'Name' => 'Name', 233 'Filter' => '1', 234 ), 227 235 ); 228 236
Note:
See TracChangeset
for help on using the changeset viewer.