Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/FileImport.php

    r901 r912  
    7272  {
    7373    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';
    7675    $this->ParentClass = 'PageFinance';
    7776  }
     
    115114  {
    116115    parent::__construct($System);
    117     $this->FullTitle = 'Import plateb ze souboru';
    118     $this->ShortTitle = 'Import plateb ze souboru';
     116    $this->Title = 'Import plateb ze souboru';
    119117    $this->ParentClass = 'PageFinance';
    120118  }
Note: See TracChangeset for help on using the changeset viewer.