* finish task #7313.

This commit is contained in:
wangyidong
2019-02-13 17:27:58 +08:00
parent 7481bb097c
commit 10418ad027
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
<?php echo html::submitButton();?>
<?php echo html::backButton();?>
<?php echo html::hidden('product', $product->id);?>
<?php echo html::hidden('branch', $parent ? $parentPlan->branch : $branch);?>
<?php if($parent) echo html::hidden('branch', $parentPlan->branch);?>
<?php echo html::hidden('parent', $parent);?>
</td>
</tr>