Changeset 874 for trunk/Modules/Finance/Trade.php
- Timestamp:
- Apr 6, 2020, 11:56:19 PM (6 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Modules/Finance/Trade.php (modified) (4 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Modules/Finance/Trade.phpr873 r874 65 65 $Row = $DbResult->fetch_array(); 66 66 $Balance['SmallAssets']['End'] = $Row[0] + 0; 67 return ($Balance);67 return $Balance; 68 68 } 69 69 … … 427 427 { 428 428 if (!$this->System->User->CheckPermission('Finance', 'TradingStatus')) 429 return ('Nemáte oprávnění');429 return 'Nemáte oprávnění'; 430 430 431 431 $Finance = &$this->System->Modules['Finance']; … … 478 478 $Output = $this->ShowDefault(); 479 479 } 480 return ($Output);480 return $Output; 481 481 } 482 482 … … 488 488 $Output .= '<a href="?year='.$DbRow['Id'].'">'.$DbRow['Year'].'</a> '; 489 489 $Output .= '<br/>'; 490 return ($Output);490 return $Output; 491 491 } 492 492 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
