* Finish task #7467.

This commit is contained in:
sgm0422
2020-07-16 14:31:00 +08:00
parent c2f3115c4e
commit 3faf6b391c

View File

@@ -23,7 +23,7 @@
<table class='table table-form'>
<tr>
<th class='w-110px'><?php echo $lang->doc->libType?></th>
<td><?php echo html::radio('type', $libTypeList, $type ? $type : 'product')?></td>
<td><?php echo html::radio('type', $libTypeList, $type ? $type : key($libTypeList))?></td>
</tr>
<tr class='product'>
<th><?php echo $lang->doc->product?></th>