feat: Customers Multi Select

This commit is contained in:
elforjani3
2021-01-20 21:48:40 +02:00
parent d14e5d6fa7
commit 04a81e9182
4 changed files with 130 additions and 7 deletions

View File

@@ -970,5 +970,8 @@ export default {
'You could not delete item that has associated inventory adjustments transactions',
format: 'Format',
current: 'Current',
adjustment_reasons: 'Adjustment reasons'
adjustment_reasons: 'Adjustment reasons',
specific_customers: 'Specific Customers',
all_customers: 'All Customers',
selected_customers: '{count} Selected Customers',
};