diff --git a/ServiceHost/Areas/Admin/Controllers/institutionContractController.cs b/ServiceHost/Areas/Admin/Controllers/institutionContractController.cs index 6ab4d8a7..f2d559d8 100644 --- a/ServiceHost/Areas/Admin/Controllers/institutionContractController.cs +++ b/ServiceHost/Areas/Admin/Controllers/institutionContractController.cs @@ -623,7 +623,7 @@ public class institutionContractController : AdminBaseController ContractEnd = res.ContractEndFa, Discount = res.Discount, ValueAddedTax = res.ValueAddedTaxStr, - DailyCompensation = "0", + DailyCompensation = res.DailyCompensation, Obligation = res.OneTimeTotalPaymentStr, PaymentForOneMonth = res.SumOfWorkshopsPayment