Changeset 464


Ignore:
Timestamp:
Nov 28, 2012, 9:29:39 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Vkládání nových zákazníků.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r463 r464  
    234234      'ResponsibleUser' => array('Type' => 'TUser', 'Caption' => 'Zodpovědný uživatel', 'Default' => ''),
    235235      'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => ''),
    236       'FamilyMemberCount' => array('Type' => 'String', 'Caption' => 'Osob v domácnosti', 'Default' => ''),
     236      'FamilyMemberCount' => array('Type' => 'String', 'Caption' => 'Osob v domácnosti', 'Default' => '0'),
    237237      'MembershipDate' => array('Type' => 'Date', 'Caption' => 'Datum členství', 'Default' => ''),
    238       'MemberState' => array('Type' => 'Integer', 'Caption' => 'Stav', 'Default' => ''),
     238      'MemberState' => array('Type' => 'Integer', 'Caption' => 'Stav', 'Default' => '0'),
    239239      'InternetTariffCurrentMonth' => array('Type' => 'TFinanceTariff', 'Caption' => 'Tarif aktuální', 'Default' => ''),
    240240      'InternetTariffNextMonth' => array('Type' => 'TFinanceTariff', 'Caption' => 'Tarif příští', 'Default' => ''),
Note: See TracChangeset for help on using the changeset viewer.