Changeset 871 for trunk/Modules/Customer/Customer.php
- Timestamp:
- Apr 6, 2020, 9:19:50 PM (6 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Modules/Customer/Customer.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Modules/Customer/Customer.phpr869 r871 106 106 'SpeedLimit' => array('Type' => 'TNetworkSpeedLimit', 'Caption' => 'Omezení rychlosti', 'Default' => null, 'Null' => true), 107 107 'Devices' => array('Type' => 'TNetworkDeviceListService', 'Caption' => 'Zařízení', 'Default' => ''), 108 'Subnets' => array('Type' => 'TNetworkSubnetListService', 'Caption' => 'Podsítě', 'Default' => ''), 108 109 'ChangeAction' => array('Type' => 'TActionEnum', 'Caption' => 'Změna - akce', 'Default' => '', 'Null' => true), 109 110 'ChangeTime' => array('Type' => 'DateTime', 'Caption' => 'Změna - čas', 'Default' => '', 'Null' => true, 'NotInList' => true), … … 142 143 'Type' => 'ManyToOne', 143 144 'Table' => 'NetworkDevice', 145 'Id' => 'Id', 146 'Ref' => 'Service', 147 'Filter' => '1', 148 )); 149 $this->System->FormManager->RegisterFormType('TNetworkSubnetListService', array( 150 'Type' => 'ManyToOne', 151 'Table' => 'NetworkSubnet', 144 152 'Id' => 'Id', 145 153 'Ref' => 'Service', 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
