* Fix an error.

This commit is contained in:
hufangzhou
2020-12-15 08:25:03 +08:00
parent 200410c2bb
commit 1bcadb5260
+1 -1
View File
@@ -75,7 +75,7 @@
<td class='text-center'><?php echo $product->unResolved;?></td>
<td class='text-center'><?php echo $product->assignToNull;?></td>
<?php if($canOrder):?>
<td class='c-actions sort-handleri text-center'><i class="icon icon-move"></i></td>
<td class='c-actions sort-handler text-center'><i class="icon icon-move"></i></td>
<?php endif;?>
</tr>
<?php endforeach;?>