Changeset 912 for trunk/Modules/FinanceBankAPI/FileImport.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FileImport.php
r901 r912 72 72 { 73 73 parent::__construct($System); 74 $this->FullTitle = 'Import plateb přes API'; 75 $this->ShortTitle = 'Import plateb přes API'; 74 $this->Title = 'Import plateb přes API'; 76 75 $this->ParentClass = 'PageFinance'; 77 76 } … … 115 114 { 116 115 parent::__construct($System); 117 $this->FullTitle = 'Import plateb ze souboru'; 118 $this->ShortTitle = 'Import plateb ze souboru'; 116 $this->Title = 'Import plateb ze souboru'; 119 117 $this->ParentClass = 'PageFinance'; 120 118 }
Note:
See TracChangeset
for help on using the changeset viewer.