Changeset 457 for trunk/form_classes.php
- Timestamp:
- Nov 4, 2012, 7:27:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r454 r457 274 274 'AddressPSC' => array('Type' => 'String', 'Caption' => 'PSČ', 'Default' => ''), 275 275 'AddressCountry' => array('Type' => 'TCountry', 'Caption' => 'Země', 'Default' => ''), 276 'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''), 276 277 'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''), 277 278 'MapPositionX' => array('Type' => 'Float', 'Caption' => 'Pozice X', 'Default' => '0'), … … 279 280 'WWW' => array('Type' => 'Hyperlink', 'Caption' => 'WWW', 'Default' => ''), 280 281 'Note' => array('Type' => 'String', 'Caption' => 'Poznámka', 'Default' => ''), 282 'Customer' => array('Type' => 'TMemberListSubject', 'Caption' => 'Členové', 'Default' => ''), 281 283 ), 282 284 ), … … 595 597 'Filter' => '1', 596 598 ), 599 'TMemberListSubject' => array( 600 'Type' => 'ManyToOne', 601 'Table' => 'Member', 602 'Id' => 'Id', 603 'Ref' => 'Subject', 604 'Filter' => '1', 605 ), 597 606 'TUser' => array( 598 607 'Type' => 'Reference',
Note:
See TracChangeset
for help on using the changeset viewer.