diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml index ce4040d11..f5fc41418 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml @@ -151,10 +151,10 @@ AAIPrice = tempdatra[i].AAIPrice; } if (AAIStock && AAIStock != 'undefined') { - num += AAIStock; + num += parseFloat(AAIStock); } if (AAIPrice && AAIPrice != 'undefined') { - price += AAIPrice; + price += parseFloat(AAIPrice); } if (AAIStock && AAIStock != 'undefined' && AAIPrice && AAIPrice != 'undefined') {