diff --git a/app/Views/invoice_policy_mapping.php b/app/Views/invoice_policy_mapping.php index c103ec1d..3c357172 100644 --- a/app/Views/invoice_policy_mapping.php +++ b/app/Views/invoice_policy_mapping.php @@ -525,7 +525,8 @@ table.dataTable tbody td { padding: 4px 4px !important; } function loadPolicies() { // const agentId = getEl('agentSelect')?.value || ''; const posId = getEl('posSelect')?.value || ''; - console.log('-->',posId); + console.log(':) POS --> ',posId); + console.log(window.allPolicies); const policyTillDate = getEl('policyTillDate')?.value || ''; const list = getEl('policyListBody'); if (!list) return; @@ -623,7 +624,6 @@ table.dataTable tbody td { padding: 4px 4px !important; } if (selectedPolicies.size === 0) { summaryBar.classList.remove('show') - const summaryBar = getEl('summaryBar');; if (selectedCountBadge) selectedCountBadge.style.display = 'none'; totalPoliciesEl.textContent = '0'; totalAmountEl.textContent = '₹0.00';