Changeset 343 for trunk/finance/manage.php
- Timestamp:
- Jan 17, 2012, 1:00:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/manage.php
r340 r343 9 9 function Show() 10 10 { 11 if(!$this->System->Mod ules['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění');11 if(!$this->System->Models['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění'); 12 12 13 13 if(array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation']; else $Operation = ''; … … 274 274 function ShowMonthlyPayment() 275 275 { 276 if(!$this->System->Mod ules['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění');276 if(!$this->System->Models['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění'); 277 277 $Output = ''; 278 278
Note:
See TracChangeset
for help on using the changeset viewer.