Ignore:
Timestamp:
Feb 3, 2016, 12:25:27 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Also Contract table now use BillCode as reference to DocumentLineCode table.
  • Fixed: Previous SQL update was not used.
File:
1 edited

Legend:

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

    r789 r792  
    534534      'Items' => array(
    535535        'DocumentLine' => array('Type' => 'TDocumentLine', 'Caption' => 'Dokladová řada', 'Default' => ''),
    536         'BillCode' => array('Type' => 'String', 'Caption' => 'Kód', 'Default' => ''),
     536        'BillCode' => array('Type' => 'TDocumentLineCode', 'Caption' => 'Kód', 'Default' => ''),
    537537        'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => ''),
    538538        'ValidFrom' => array('Type' => 'Date', 'Caption' => 'Platnost od', 'Default' => ''),
Note: See TracChangeset for help on using the changeset viewer.