username@email.com
2024-09-06 cab611de20aba218d99103c5682671ba02a1685d
CY_ECommercePlatform/CY.WebForm/Pages/business/PrintAwbOrder.aspx
@@ -58,6 +58,7 @@
            sumPrice /= 100;
            sumPrice = Math.round(sumPrice * 100) / 100;
            document.getElementById('spnSumPriceUpper').innerHTML = sumPrice.ToUpper();
            document.getElementById('spnSumPrice').innerHTML = sumPrice;
        }