diff --git a/pos/static/js/dashboard.js b/pos/static/js/dashboard.js index 79611a9..fd42637 100644 --- a/pos/static/js/dashboard.js +++ b/pos/static/js/dashboard.js @@ -208,7 +208,7 @@ const Dashboard = (() => { function setKpiError(valueId, metaId) { const v = document.getElementById(valueId); const m = document.getElementById(metaId); - if (v) v.textContent = '--'; + if (v) v.innerHTML = '--'; if (m) m.innerHTML = ''; } @@ -225,7 +225,12 @@ const Dashboard = (() => { if (!container) return; if (!registers || registers.length === 0) { - container.innerHTML = '