Add property reception show stock.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<?php if ( \common\components\Helper::isReceptionShowStock() ) {?>
|
||||
<th>
|
||||
<?php echo Yii::t('frontend/product','Stock'). ' (Db)'?>
|
||||
</th>
|
||||
@@ -37,6 +38,14 @@
|
||||
<td>
|
||||
<span class="product-count">1</span>
|
||||
</td>
|
||||
<?php }else { ?>
|
||||
<th colspan="3">
|
||||
<?php echo Yii::t('frontend/product','Count'). ' (Db)'?>
|
||||
</th>
|
||||
<td>
|
||||
<span class="product-count">1</span>
|
||||
</td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
|
||||
Reference in New Issue
Block a user