Fix some asset template things

This commit is contained in:
2020-05-27 17:06:50 +02:00
parent b742d3f8c4
commit 4081918598
4 changed files with 17 additions and 9 deletions

View File

@@ -173,7 +173,8 @@ class Command(BaseCommand):
"add_venue", "change_venue", "view_venue",
"add_asset", "change_asset", "delete_asset",
"asset_finance", "view_asset", "view_supplier", "asset_finance",
"add_supplier"]
"add_supplier", "view_cable_type", "change_cable_type",
"add_cable_type"]
financePerms = keyholderPerms + ["add_invoice", "change_invoice", "view_invoice",
"add_payment", "change_payment", "delete_payment"]