Changeset 728
- Timestamp:
- Jan 9, 2015, 11:37:18 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r727 r728 1 1 <?php 2 2 3 $Revision = 72 7; // Subversion revision3 $Revision = 728; // Subversion revision 4 4 $DatabaseRevision = 726; // SQL structure revision 5 5 $ReleaseTime = strtotime('2015-01-05'); -
trunk/Modules/Finance/Finance.php
r726 r728 374 374 'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => ''), 375 375 'Operations' => array('Type' => 'TFinanceOperationListAccount', 'Caption' => 'Operace', 'Default' => ''), 376 'Use' => array('Type' => 'Boolean', 'Caption' => 'Používat', 'Default' => '0'), 376 377 'LastImportDate' => array('Type' => 'Date', 'Caption' => 'Datum posledního importu', 'Default' => ''), 377 378 'LastImportId' => array('Type' => 'String', 'Caption' => 'Id posledního importu', 'Default' => ''), -
trunk/Modules/Finance/UserState.php
r726 r728 5 5 var $FullTitle = 'Stav financí účastníka'; 6 6 var $ShortTitle = 'Stav financí'; 7 var $ParentClass = 'Page Finance';7 var $ParentClass = 'PageUser'; 8 8 9 9 function ShowFinanceOperation($Subject)
Note:
See TracChangeset
for help on using the changeset viewer.