Merge pull request 'Added import transit in alert mail resource page' (#575) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #575
This commit was merged in pull request #575.
This commit is contained in:
@@ -58,6 +58,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'ProductionQuantities' => 'ProductionQuantities',
|
'ProductionQuantities' => 'ProductionQuantities',
|
||||||
'QualityValidation' => 'QualityValidation',
|
'QualityValidation' => 'QualityValidation',
|
||||||
'InvoiceTransit' => 'InvoiceTransit',
|
'InvoiceTransit' => 'InvoiceTransit',
|
||||||
|
'ImportTransit' => 'ImportTransit',
|
||||||
]),
|
]),
|
||||||
Forms\Components\Select::make('rule_name')
|
Forms\Components\Select::make('rule_name')
|
||||||
->label('Rule Name')
|
->label('Rule Name')
|
||||||
@@ -69,6 +70,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'InvoiceDataMail' => 'Invoice Data Mail',
|
'InvoiceDataMail' => 'Invoice Data Mail',
|
||||||
'QualityMail' => 'Quality Mail',
|
'QualityMail' => 'Quality Mail',
|
||||||
'InvoiceTransitMail' => 'Invoice Transit Mail',
|
'InvoiceTransitMail' => 'Invoice Transit Mail',
|
||||||
|
'ImportTransitMail' => 'Import Transit Mail',
|
||||||
])
|
])
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('email')
|
Forms\Components\TextInput::make('email')
|
||||||
|
|||||||
Reference in New Issue
Block a user