mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Add appropriate permissions for subhire
This commit is contained in:
17
RIGS/migrations/0047_alter_subhire_options.py
Normal file
17
RIGS/migrations/0047_alter_subhire_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.16 on 2022-12-16 14:22
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('RIGS', '0046_subhire'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='subhire',
|
||||
options={'permissions': [('subhire_finance', 'Can see financial data for subhire - insurance values')]},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user