* Task#3496

This commit is contained in:
滔哥
2017-12-07 14:38:41 +08:00
parent e45eb3ab2a
commit cb7bde31c8
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->doc->libType?></th>
<td><?php echo html::select('libType', $lang->doc->libTypeList, $type, "class='form-control'")?></td>
<td><?php echo html::select('libType', $libTypeList, $type, "class='form-control'")?></td>
</tr>
<tr class='product'>
<th><?php echo $lang->doc->product?></th>