fixing issue 5075

This commit is contained in:
codeinnovers 2021-11-20 13:34:20 +05:30
parent a7f41506aa
commit 4e93046bb2
2 changed files with 8 additions and 1 deletions

View File

@ -1553,7 +1553,8 @@ return [
'generate-invoice' => 'Automatically generate the invoice after placing an order',
'set-invoice-status' => 'Set the invoice status after creating the invoice to',
'set-order-status' => 'Set the order status after creating the invoice to',
'generate-invoice-applicable' => 'Applicable if automatic generate invoice is enabled'
'generate-invoice-applicable' => 'Applicable if automatic generate invoice is enabled',
'records-found' => 'Record(s) found'
]
]
];

View File

@ -107,6 +107,12 @@
</div>
</div>
<div class="filter-left records-count-container">
<span class="datagrid-count">
{{ $results['records']->total() }} {{ __('admin::app.admin.system.records-found') }}
</span>
</div>
<div class="filter-right">
<div class="dropdown-filters per-page">
<div class="control-group">