diff --git a/VERSION b/VERSION index 4737f4e..968c853 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.147 \ No newline at end of file +1.3.148 \ No newline at end of file diff --git a/app/customers/frontend/customer_detail.html b/app/customers/frontend/customer_detail.html index 49090d2..930b20e 100644 --- a/app/customers/frontend/customer_detail.html +++ b/app/customers/frontend/customer_detail.html @@ -2317,10 +2317,6 @@ function renderBillingMatrix(matrix) { `; }).join(''); - // Populate table body - const tableBody = document.getElementById('matrixBodyRows'); - tableBody.innerHTML = matrixHtml; - // Show search container if there are products const searchContainer = document.getElementById('matrixSearchContainer'); if (matrix.products.length > 0) {