Add admin invoice reminders limit
This commit is contained in:
parent
e4a7c72c36
commit
4a0145a825
|
|
@ -1491,6 +1491,8 @@ return [
|
|||
'invoice-slip-design' => 'Invoice Slip Design',
|
||||
'logo' => 'Logo',
|
||||
'default' => 'Default',
|
||||
'invoice-reminders' => 'Invoice Reminders',
|
||||
'maximum-limit-of-reminders' => 'Maximum limit of reminders',
|
||||
'sandbox' => 'Sandbox',
|
||||
'all-channels' => 'All Channels',
|
||||
'all-locales' => 'All Locales',
|
||||
|
|
|
|||
|
|
@ -133,5 +133,18 @@ return [
|
|||
'channel_based' => true,
|
||||
],
|
||||
]
|
||||
], [
|
||||
'key' => 'sales.invoice_setttings.invoice_reminders',
|
||||
'name' => 'admin::app.admin.system.invoice-reminders',
|
||||
'sort' => 2,
|
||||
'fields' => [
|
||||
[
|
||||
'name' => 'reminders_limit',
|
||||
'title' => 'admin::app.admin.system.maximum-limit-of-reminders',
|
||||
'type' => 'text',
|
||||
'validation' => 'numeric',
|
||||
'channel_based' => true,
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue