From 69465fd6235ff39f1a5d2a817dcca4cde5c5cb24 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 5 Jan 2024 14:09:36 +0800 Subject: [PATCH] * Fix bug #43382. --- module/execution/ui/edit.html.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module/execution/ui/edit.html.php b/module/execution/ui/edit.html.php index 288e52ab93..7a7729465f 100644 --- a/module/execution/ui/edit.html.php +++ b/module/execution/ui/edit.html.php @@ -424,7 +424,11 @@ if(helper::isAjaxRequest('modal')) modalHeader(set::title($lang->execution->edit formPanel ( set::className('editPanel'), - !helper::isAjaxRequest('modal') ? modalHeader(set::title($lang->execution->edit)) : null, + to::heading(div + ( + setClass('panel-title text-lg'), + $lang->execution->edit, + )), on::click('.addLine', 'addNewLine'), on::click('.removeLine', 'removeLine'), on::change('[name^=products]', 'productChange'),