From e27d9f3a98215fd34a1f3106974df28dfdd93124 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 2 Sep 2024 15:10:53 +0800 Subject: [PATCH] * [task#126375,doing,0.1h] Add ID for create branch page. --- module/branch/ui/create.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/branch/ui/create.html.php b/module/branch/ui/create.html.php index 62ff01e8cb..6f5bf9ca45 100644 --- a/module/branch/ui/create.html.php +++ b/module/branch/ui/create.html.php @@ -14,6 +14,7 @@ namespace zin; formPanel ( + set::id('createBranchForm'), set::title(sprintf($lang->branch->create, $lang->product->branchName[$product->type])), set::shadow(!isInModal()), formGroup