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; }