fixing issue 5075
This commit is contained in:
parent
a7f41506aa
commit
4e93046bb2
|
|
@ -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'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue