From aa3e07827113e74d76544ad82c02e7ee9ee532ea Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Thu, 13 Apr 2023 17:28:41 +0200 Subject: [PATCH] Fix #1289 --- modules/ddt/edit.php | 7 ++----- modules/fatture/edit.php | 9 +++------ modules/ordini/edit.php | 7 ++----- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/modules/ddt/edit.php b/modules/ddt/edit.php index f0733003e..5d9d2273b 100755 --- a/modules/ddt/edit.php +++ b/modules/ddt/edit.php @@ -295,13 +295,10 @@ if ($dir == 'entrata') { ?>
-
+
{[ "type": "textarea", "label": "", "name": "note", "value": "$note$" ]}
-
- -
-
+
{[ "type": "textarea", "label": "", "name": "note_aggiuntive", "help": "", "value": "$note_aggiuntive$" ]}
diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index df007b60f..4d6ccdb5e 100755 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -546,13 +546,10 @@ echo ' } ?>
-
+
{[ "type": "textarea", "label": "", "name": "note", "help": "", "value": "$note$", "charcounter": 1 ]} -
-
- -
-
+
+
{[ "type": "textarea", "label": "", "name": "note_aggiuntive", "help": "", "value": "$note_aggiuntive$", "class": "unblockable" ]}
diff --git a/modules/ordini/edit.php b/modules/ordini/edit.php index 62322b121..cd37078d8 100755 --- a/modules/ordini/edit.php +++ b/modules/ordini/edit.php @@ -157,13 +157,10 @@ echo '
-
+
{[ "type": "textarea", "label": "", "name": "note", "value": "$note$" ]}
-
- -
-
+
{[ "type": "textarea", "label": "", "name": "note_aggiuntive", "value": "$note_aggiuntive$" ]}