Skip to content

Commit

Permalink
fix(*): few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush8923 committed Nov 2, 2024
1 parent 14d479a commit 69bd8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Prospect/Services/ProspectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private function saveProspectData($prospect, $validated)
$prospect->domain = $validated['domain'] ?? null;
$prospect->customer_type = $validated['customer_type'] ?? null;
$prospect->budget = $budget;
$prospect->proposal_status = $validated['proposal_status'] ?? 'open';
$prospect->proposal_status = $validated['proposal_status'] ?? null;
$prospect->introductory_call = $validated['introductory_call'] ?? null;
$prospect->last_followup_date = $validated['last_followup_date'] ?? null;
$prospect->rfp_link = $validated['rfp_link'] ?? null;
Expand Down

0 comments on commit 69bd8d9

Please sign in to comment.