Merge pull request #2236 from rahulshukla-webkul/development

Issue #2227
This commit is contained in:
Jitendra Singh 2020-02-04 11:39:20 +05:30 committed by GitHub
commit 9246311fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -139,7 +139,7 @@
<accordian :title="'{{ __('admin::app.catalog.categories.filterable-attributes') }}'" :active="true">
<div slot="body">
<?php $selectedaAtributes = old('attributes') ?? [] ?>
<?php $selectedaAtributes = old('attributes') ? old('attributes') : ['11'] ?>
<div class="control-group" :class="[errors.has('attributes[]') ? 'has-error' : '']">
<label for="attributes" class="required">{{ __('admin::app.catalog.categories.attributes') }}</label>

View File

@ -26,6 +26,7 @@
width: 100%;
border-collapse: collapse;
text-align: left;
table-layout: fixed;
}
.table thead th {
@ -69,7 +70,8 @@
}
.sale-summary tr.bold {
font-weight: 600;
font-family: DejaVu Sans; sans-serif;
font-weight: 700;
}
.label {