Ignore:
Timestamp:
Sep 26, 2013, 11:16:23 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Podpora pro nulové nezadané časové položky typu Date, Time a DateTime.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Stock/Stock.php

    r546 r570  
    4242        'Product' => array('Type' => 'TProduct', 'Caption' => 'Produkt', 'Default' => ''),
    4343        'TimeEnlistment' => array('Type' => 'Date', 'Caption' => 'Datum zařazení', 'Default' => ''),
    44         'TimeElimination' => array('Type' => 'Date', 'Caption' => 'Datum vyřazení', 'Default' => ''),
     44        'TimeElimination' => array('Type' => 'Date', 'Caption' => 'Datum vyřazení', 'Default' => '', 'Null' => true),
    4545        'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Prodejní cena', 'Default' => '0', 'Suffix' => 'Kč'),
    4646        'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0', 'Suffix' => 'Kč'),
Note: See TracChangeset for help on using the changeset viewer.