Merge branch 'master' into Main
This commit is contained in:
@@ -251,7 +251,7 @@ namespace ServiceHost.Areas.Client.Pages.Company.SalaryAid
|
||||
data = result
|
||||
});
|
||||
}
|
||||
public IActionResult OnGetCheckoutExists(string calculationDate, string employeeIds)
|
||||
public IActionResult OnPostCheckoutExists(string calculationDate, string employeeIds)
|
||||
{
|
||||
var extractNumbers = employeeIds.ExtractNumbers();
|
||||
var calculationDateGr = calculationDate.ToGeorgianDateTime();
|
||||
|
||||
@@ -333,7 +333,7 @@ function CheckExistAjax() {
|
||||
$.ajax({
|
||||
async: false,
|
||||
dataType: 'json',
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: checkoutExistsAjaxUrl,
|
||||
headers: { "RequestVerificationToken": antiForgeryToken },
|
||||
traditional: true,
|
||||
|
||||
@@ -263,7 +263,7 @@ function CheckExistAjax() {
|
||||
$.ajax({
|
||||
async: false,
|
||||
dataType: 'json',
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: checkoutExistsAjaxUrl,
|
||||
headers: { "RequestVerificationToken": antiForgeryToken },
|
||||
traditional: true,
|
||||
|
||||
@@ -753,7 +753,7 @@ function CheckExistAjax() {
|
||||
$.ajax({
|
||||
async: false,
|
||||
dataType: 'json',
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: checkoutExistsAjaxUrl,
|
||||
headers: { "RequestVerificationToken": antiForgeryToken },
|
||||
traditional: true,
|
||||
|
||||
Reference in New Issue
Block a user