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

Reviewed-on: #134
This commit was merged in pull request #134.
This commit is contained in:
2026-01-24 10:55:25 +00:00

View File

@@ -36,10 +36,8 @@ class CreateRfqTransporterBid extends CreateRecord
// $user1 = Filament::auth()->user();
$body = "{$currentUser->name} current rank is #{$rank}";
$rfqNumber = $this->record->requestQuotation->rfq_number;
$body = "{$currentUser->name} has updated the bid for RFQ No '{$rfqNumber}'. The current rank is #{$rank}.";
Notification::make()
->title('Rank Updated')