Changeset 728


Ignore:
Timestamp:
Jan 9, 2015, 11:37:18 PM (10 years ago)
Author:
chronos
Message:
  • Added: Show in IS for table BankAccount if it is set as used.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r727 r728  
    11<?php
    22
    3 $Revision = 727; // Subversion revision
     3$Revision = 728; // Subversion revision
    44$DatabaseRevision = 726; // SQL structure revision
    55$ReleaseTime = strtotime('2015-01-05');
  • trunk/Modules/Finance/Finance.php

    r726 r728  
    374374        'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => ''),
    375375        'Operations' => array('Type' => 'TFinanceOperationListAccount', 'Caption' => 'Operace', 'Default' => ''),
     376        'Use' => array('Type' => 'Boolean', 'Caption' => 'Používat', 'Default' => '0'),
    376377        'LastImportDate' => array('Type' => 'Date', 'Caption' => 'Datum posledního importu', 'Default' => ''),
    377378        'LastImportId' => array('Type' => 'String', 'Caption' => 'Id posledního importu', 'Default' => ''),
  • trunk/Modules/Finance/UserState.php

    r726 r728  
    55  var $FullTitle = 'Stav financí účastníka';
    66  var $ShortTitle = 'Stav financí';
    7   var $ParentClass = 'PageFinance';
     7  var $ParentClass = 'PageUser';
    88
    99  function ShowFinanceOperation($Subject)
Note: See TracChangeset for help on using the changeset viewer.