changed logic in rfq transporter #134

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-24 10:55:26 +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')