mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Fix sample command
This commit is contained in:
@@ -173,8 +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", "view_cable_type", "change_cable_type",
|
||||
"add_cable_type"]
|
||||
"add_supplier", "view_cabletype", "change_cabletype",
|
||||
"add_cabletype"]
|
||||
financePerms = keyholderPerms + ["add_invoice", "change_invoice", "view_invoice",
|
||||
"add_payment", "change_payment", "delete_payment"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user