From 4f67ffed0573fe26592ca3be43087bf5514453f4 Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Tue, 23 Nov 2021 15:37:23 +0800 Subject: [PATCH] *Fix bug #16547. --- module/story/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index c6db99463f..7fba2b462d 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -87,7 +87,7 @@ type != 'normal'):?> - product->branch;?> + product->branch = sprintf($lang->product->branch, $lang->product->branchName['branch']);?>
type != 'normal') echo html::select('branch', $branches, $story->branch, "onchange='loadBranch();' class='form-control chosen control-branch'");?>