Skip to content

Commit

Permalink
Merge pull request #3747 from ColoredCow/fix/few-updates
Browse files Browse the repository at this point in the history
[Fix]:- Fetch the name of the status from the Prospect Config
  • Loading branch information
Ayush8923 authored Nov 4, 2024
2 parents e481202 + 741a28f commit bbb4f07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Prospect/Resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
</span>
</td>
<td class="w-20p">
<span class="">{{ $prospect->proposal_status ?? '-' }}</span>
<span
class="">{{ config('prospect.status')[$prospect->proposal_status] ?? '-' }}</span>
</td>
</tr>
@endforeach
Expand Down

0 comments on commit bbb4f07

Please sign in to comment.