start Convert Static compute to rollCall Compute
This commit is contained in:
@@ -1633,7 +1633,8 @@ public class InsuranceListApplication: IInsuranceListApplication
|
||||
dateSaleryviewModel.StartDateGr = startDateGr;
|
||||
dateSaleryviewModel.EndDateGr = endDateGr;
|
||||
var _dateSalary = _dateSalaryRepository.GetDateSalaryViewModel(dateSaleryviewModel);
|
||||
if (_dateSalary != null && _dateSalary.Id >0)
|
||||
// && _dateSalary.Id >0
|
||||
if (_dateSalary != null)
|
||||
{
|
||||
var dateSaleryItemviewModel = new DateSalaryItemSearchModel();
|
||||
dateSaleryItemviewModel.DateSalaryId = _dateSalary.Id;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -330,6 +330,10 @@ public class IndexModel : PageModel
|
||||
return Partial("./Create", command);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// متد اصلاحی
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public async Task<IActionResult> OnGetCorrectCheckout()
|
||||
{
|
||||
var result = await _workingHoursTempApplication.Correct();
|
||||
|
||||
Reference in New Issue
Block a user