From 3347b8e4f5fbb8b70c653df3df66e17a7d06af5f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 9 Feb 2024 10:49:15 +0100 Subject: [PATCH] fix encapsulation with start/end container --- views/bootstrap/class.AddDocument.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/bootstrap/class.AddDocument.php b/views/bootstrap/class.AddDocument.php index 85eacb61a..2761a713b 100644 --- a/views/bootstrap/class.AddDocument.php +++ b/views/bootstrap/class.AddDocument.php @@ -733,7 +733,6 @@ console.log(params); } if($enablereceiptworkflow) { - $this->contentContainerEnd(); $this->contentSubHeading(getMLText("assign_recipients")); $this->contentContainerStart(); $options = array(); @@ -788,9 +787,9 @@ console.log(params); ) ); + $this->contentContainerEnd(); } - $this->contentContainerEnd(); $this->columnEnd(); $this->rowEnd(); $this->formSubmit(" ".getMLText('add_document'));