Merge pull request 'changed logic in rfq transporter' (#134) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Reviewed-on: #134
This commit was merged in pull request #134.
This commit is contained in:
@@ -36,10 +36,8 @@ class CreateRfqTransporterBid extends CreateRecord
|
|||||||
|
|
||||||
// $user1 = Filament::auth()->user();
|
// $user1 = Filament::auth()->user();
|
||||||
|
|
||||||
|
|
||||||
$body = "{$currentUser->name} current rank is #{$rank}";
|
|
||||||
|
|
||||||
$rfqNumber = $this->record->requestQuotation->rfq_number;
|
$rfqNumber = $this->record->requestQuotation->rfq_number;
|
||||||
|
$body = "{$currentUser->name} has updated the bid for RFQ No '{$rfqNumber}'. The current rank is #{$rank}.";
|
||||||
|
|
||||||
Notification::make()
|
Notification::make()
|
||||||
->title('Rank Updated')
|
->title('Rank Updated')
|
||||||
|
|||||||
Reference in New Issue
Block a user