* Fix bug of status.

This commit is contained in:
liugang
2019-08-20 14:47:23 +08:00
parent a098f9c515
commit 5cde119e9d
+1 -1
View File
@@ -26,7 +26,7 @@
<table class='table table-form'>
<tr class='hide'>
<th class='w-40px'><?php echo $lang->product->status;?></th>
<td><?php echo html::hidden('status', $product->status);?></td>
<td><?php echo html::hidden('status', 'closed');?></td>
</tr>
<?php $this->printExtendFields($product, 'table');?>
<tr>