| Lines 19-25
          INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
      
      
        Link Here | 
        
          | 19 |    (16,'reports',         'Разрешение на доступ к модулю отчетов',0), | 19 |    (16,'reports',         'Разрешение на доступ к модулю отчетов',0), | 
        
          | 20 |    (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0), | 20 |    (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0), | 
        
          | 21 |    (18,'coursereserves',  'Course Reserves',0), | 21 |    (18,'coursereserves',  'Course Reserves',0), | 
          
            
              | 22 |    (19,'plugins',         'Koha plugins', '0') | 22 |    (19,'plugins',         'Koha plugins', '0'), | 
            
              |  |  | 23 |    (20,'lists',           'Lists', '0') | 
        
          | 23 | ; | 24 | ; | 
        
          | 24 |  | 25 |  | 
        
          | 25 | TRUNCATE permissions; | 26 | TRUNCATE permissions; | 
  
    | Lines 97-102
          INSERT INTO permissions (module_bit, code, description) VALUES
      
      
        Link Here | 
        
          | 97 |    (19, 'manage', 'Manage plugins ( install / uninstall )'), | 98 |    (19, 'manage', 'Manage plugins ( install / uninstall )'), | 
        
          | 98 |    (19, 'tool', 'Use tool plugins'), | 99 |    (19, 'tool', 'Use tool plugins'), | 
        
          | 99 |    (19, 'report', 'Use report plugins'), | 100 |    (19, 'report', 'Use report plugins'), | 
          
            
              | 100 |    (19, 'configure', 'Configure plugins') | 101 |    (19, 'configure', 'Configure plugins'), | 
            
              |  |  | 102 |    (20, 'delete_public_lists', 'Delete public lists') | 
        
          | 101 | ; | 103 | ; | 
        
          | 102 |  | 104 |  |