Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
233caee2eb
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user