changed logic in rfq transporter #134
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user