From 40db01d6286c286fd61a7c7ac6e1440852c96b6e Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Wed, 5 Oct 2022 12:06:50 +0200 Subject: [PATCH] Modifiche modulo Causali --- modules/causali/edit.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/modules/causali/edit.php b/modules/causali/edit.php index 8335808c6..222334659 100755 --- a/modules/causali/edit.php +++ b/modules/causali/edit.php @@ -47,7 +47,7 @@ include_once __DIR__.'/../../core.php'; {[ "type": "checkbox", "label": "", "name": "is_importabile", "value": "$is_importabile$", "help": "", "placeholder": "" ]}
- {[ "type": "checkbox", "label": "", "name": "reversed", "value": "$reversed$", "help": "", "placeholder": "" ]} + {[ "type": "checkbox", "label": "", "name": "reversed", "value": "$reversed$", "help": "", "placeholder": "" ]}
@@ -74,3 +74,23 @@ if (!empty($numero_documenti)) { + + + \ No newline at end of file