From b1080c129b73cc1ecb8f27fdbb41039c66829c0e Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Fri, 1 Dec 2023 17:34:36 +0100 Subject: [PATCH] Fix minore --- plugins/sedi/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sedi/edit.php b/plugins/sedi/edit.php index 951011fb0..9f3e0c0ce 100755 --- a/plugins/sedi/edit.php +++ b/plugins/sedi/edit.php @@ -52,7 +52,7 @@ echo '
- {[ "type": "text", "label": "'.tr('C.A.P.').'", "name": "cap", "value": "$cap$" ]} + {[ "type": "text", "label": "'.tr('C.A.P.').'", "name": "cap", "value": "$cap$", "required":1 ]}