CHNAGE_DEMOGRAPHY : RV

This commit is contained in:
VENKATESHWARAN 2025-08-14 14:34:29 +05:30
parent b3361766fe
commit 1240eef35c

View File

@ -293,7 +293,7 @@
onclick="checkTheTableDataChanged(3)">Send Insurer Mail</button>
<?php } ?>
<button id="submitPlacement" class="btn btn-primary" onclick="checkTheTableDataChanged(6)">Placement</button>
<button id="viewDemography" class="btn btn-primary" onclick="viewDemography()">view Demography</button>
<button id="viewDemography" class="btn btn-primary" onclick="viewDemography()">Demography</button>
<input type="hidden" id="lead_id" name="lead_id" value="<?= isset($lead_id) ? $lead_id : '' ?>">
<input type="hidden" id="rfq_primaryKey" name="rfq_primaryKey" value="<?= isset($rfq_data['id']) ? $rfq_data['id'] : '' ?>">
<input type="hidden" id="qcr_count" value="<?= isset($qcr_count) ? $qcr_count : 0 ?>">