Changeset 914 for trunk/Modules/FinanceBankAPI
- Timestamp:
- Sep 22, 2021, 10:34:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
r901 r914 86 86 $DbResult = $this->Database->select('FinanceBankImport', 'COUNT(*)', '`FinanceOperation` IS NULL'); 87 87 $DbRow = $DbResult->fetch_row(); 88 $Output = 'Nezpárovaných plateb: '.$DbRow['0'].'<br/>';88 $Output = 'Nezpárovaných plateb: <a href="'.$this->System->Link('/is/?a=list&t=FinanceBankImport&filter=1&FilterFinanceOperation=1&FilterOpFinanceOperation=isnull').'">'.$DbRow['0'].'</a><br/>'; 89 89 return $Output; 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.