AstricIcon-added

This commit is contained in:
Sanjay 2022-02-18 18:04:39 +05:30
parent fd554a8d8e
commit 7516a4eac1
1 changed files with 14 additions and 2 deletions

View File

@ -29,8 +29,20 @@
<thead>
<tr>
<th>{{ __('admin::app.catalog.products.customer-group') }}</th>
<th>{{ __('admin::app.catalog.products.qty') }}</th>
<th>{{ __('admin::app.catalog.products.price') }}</th>
<th>
<div class="control-group">
<label class="required">
{{ __('admin::app.catalog.products.qty') }}
</label>
</div>
</th>
<th>
<div class="control-group">
<label class="required">
{{ __('admin::app.catalog.products.price') }}
</label>
</div>
</th>
<th class="actions"></th>
</tr>
</thead>