Merge branch 'master' into Main

This commit is contained in:
MahanCh
2025-08-09 14:10:33 +03:30
4 changed files with 4 additions and 4 deletions

View File

@@ -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();

View File

@@ -333,7 +333,7 @@ function CheckExistAjax() {
$.ajax({
async: false,
dataType: 'json',
type: 'GET',
type: 'POST',
url: checkoutExistsAjaxUrl,
headers: { "RequestVerificationToken": antiForgeryToken },
traditional: true,

View File

@@ -263,7 +263,7 @@ function CheckExistAjax() {
$.ajax({
async: false,
dataType: 'json',
type: 'GET',
type: 'POST',
url: checkoutExistsAjaxUrl,
headers: { "RequestVerificationToken": antiForgeryToken },
traditional: true,

View File

@@ -753,7 +753,7 @@ function CheckExistAjax() {
$.ajax({
async: false,
dataType: 'json',
type: 'GET',
type: 'POST',
url: checkoutExistsAjaxUrl,
headers: { "RequestVerificationToken": antiForgeryToken },
traditional: true,