Add appropriate permissions for subhire

This commit is contained in:
2022-12-16 14:25:55 +00:00
parent 311c02d554
commit 8393e85b74
4 changed files with 28 additions and 4 deletions

View 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')]},
),
]