Removed unique rfq number in import transaction page
This commit is contained in:
@@ -41,8 +41,7 @@ class ImportTransitResource extends Resource
|
|||||||
Forms\Components\TextInput::make('cri_rfq_number')
|
Forms\Components\TextInput::make('cri_rfq_number')
|
||||||
->label('CRI/RFQ Number')
|
->label('CRI/RFQ Number')
|
||||||
->required()
|
->required()
|
||||||
->disabled(fn ($operation) => $operation == 'edit')
|
->disabled(fn ($operation) => $operation == 'edit'),
|
||||||
->unique(ignoreRecord: true),
|
|
||||||
Forms\Components\DatePicker::make('mail_received_date')
|
Forms\Components\DatePicker::make('mail_received_date')
|
||||||
->label('Mail Received Date')
|
->label('Mail Received Date')
|
||||||
->required(),
|
->required(),
|
||||||
|
|||||||
Reference in New Issue
Block a user