Merge branch 'sprint/170_mayue_16221' into 'sprint/170'

* Fix bug #16221.

See merge request easycorp/zentaopms!436
This commit is contained in:
李玉春
2021-11-12 06:00:30 +00:00
+2
View File
@@ -437,6 +437,8 @@ class story extends control
$products = $this->product->getPairs();
$moduleOptionMenu = $this->tree->getOptionMenu($productID, $viewType = 'story', 0, $branch);
if($product) $this->lang->product->branch = sprintf($this->lang->product->branch, $this->lang->product->branchName[$product->type]);
/* Init vars. */
$planID = $plan;
$pri = 0;