Update obligation calculation to use one-time payment without tax
This commit is contained in:
@@ -670,7 +670,7 @@ public class TemporaryClientRegistrationApplication : ITemporaryClientRegistrati
|
||||
}
|
||||
|
||||
result.DailyCompensation = ((roundAmount2 * 10) / 100).ToMoney();
|
||||
result.Obligation = result.OneTimeTotalPaymentStr;
|
||||
result.Obligation = result.OneTimeWithoutTaxPaymentStr;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user