FIX_HIDE_INSURER_IN ADD_NEW_PROPOSEL_IN_RFQ : RV

This commit is contained in:
VENKATESHWARAN 2025-07-18 14:49:52 +05:30
parent 0a475ffb14
commit 62f0e14bd2

View File

@ -1507,7 +1507,7 @@ addQuoteButton.addEventListener('click', function() {
newQuoteHeader.innerHTML = `${new_proposal_name} <span class="dropdown" onclick="showThreeDottedMenu(event)">
<button class="dropbtn"></button>
<div class="dropdown-content">
<a href="#" class="addInsurer">Add Insurer</a>
<!-- <a href="#" class="addInsurer">Add Insurer</a> -->
<a href="#" class="qcrProposal" style="background-color: rgb(221, 221, 221);">QCR <i class="fa fa-check-square" style="color: green; margin-left: 8px;"></i></a>
<a href="#" class="sendClientProposal" style="background-color: rgb(221, 221, 221);">Send to Client <i class="fa fa-check-square" style="color: green; margin-left: 8px;"></i></a>
<a href="#" class="removeProposal">Remove</a>