Correction erreur accès
This commit is contained in:
parent
345582687c
commit
e81d7ab206
|
@ -1,4 +1,4 @@
|
|||
{{#restrict section="accounting" level="read"}}
|
||||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{:admin_header title="Historique des mouvements" current="module_equipment"}}
|
||||
|
||||
{{:assign equipment_key=$_GET.key|trim}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#restrict section="accounting" level="read"}}
|
||||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" custom_css=$custom_css current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#restrict section="accounting" level="read"}}
|
||||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{* inventaire des entrées/sorties des matériels des catégories de la variable $categories *}}
|
||||
|
||||
{{* Extraire et compiler les infos de la base *}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#restrict section="accounting" level="write" block="true"}}
|
||||
{{#restrict section="accounting" level="write" block="true"}}{{/restrict}}
|
||||
{{:admin_header title="Modifier matériel" current="module_equipment"}}
|
||||
|
||||
{{:assign equipment_key=$_GET.key|trim}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#restrict section="accounting" level="read"}}
|
||||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
|
||||
{{if $_GET.dialog === null}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#restrict section="accounting" level="read"}}
|
||||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
Loading…
Reference in New Issue