Merge pull request #5344 from codeinnovers/master

fixing issue 5075
This commit is contained in:
Devansh 2021-11-23 10:48:23 +05:30 committed by GitHub
commit 2a2ef2fe67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 26 additions and 9 deletions

View File

@ -1539,7 +1539,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' => 'تم العثور على السجلات '
]
]
];

View File

@ -1517,6 +1517,7 @@ return [
'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',
'records-found' => 'Datensätze gefunden '
],
],
];

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

@ -1546,7 +1546,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' => 'registros encontrados'
]
]
];

View File

@ -1531,7 +1531,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

@ -1561,6 +1561,7 @@ return [
'set-invoice-status' => 'Définissez le statut de la facture après la création de la facture sur',
'set-order-status' => 'Définissez le statut de la commande après la création de la facture sur',
'generate-invoice-applicable' => 'Applicable si la génération automatique de facture est activée',
'records-found' => 'enregistrements trouvés'
],
],
];

View File

@ -1536,7 +1536,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

@ -1529,7 +1529,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

@ -1520,7 +1520,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

@ -1534,7 +1534,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

@ -1517,7 +1517,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">