This commit is contained in:
naielv
2025-08-23 17:21:54 +02:00
parent 1bc4364084
commit d21fae5052
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ PAGES.materiales = {
AccessControl: true,
Title: "Materiales",
edit: function (mid) {
if (!checkRole("materiales:edit")) {setUrlHash("index");return}
if (!checkRole("materiales:edit")) {setUrlHash("materiales");return}
var nameh1 = safeuuid();
var field_nombre = safeuuid();
var field_cantidad = safeuuid();