Changeset 524 for trunk/Modules/Finance/Import.php
- Timestamp:
- Apr 20, 2013, 8:51:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Import.php
r523 r524 9 9 function Show() 10 10 { 11 if(!$this->System-> Modules['User']->CheckPermission('Finance', 'SubjectList')) return('Nemáte oprávnění');11 if(!$this->System->User->CheckPermission('Finance', 'SubjectList')) return('Nemáte oprávnění'); 12 12 if(array_key_exists('Operation', $_GET)) 13 13 {
Note:
See TracChangeset
for help on using the changeset viewer.