Fix: Employee Functions / Credit Salary
This commit is contained in:
parent
00b81a7cb9
commit
a2fbebca07
@ -23,7 +23,7 @@ var EmployeeFunctionsController = ['$scope', '$http', 'asDateFilter', function (
|
||||
return;
|
||||
}
|
||||
return $http.
|
||||
post('/api/CreditSalary', {Month: $scope.salaryMonth}).
|
||||
post('/api/CreditSalary', {Month: asDate($scope.salaryMonth)}).
|
||||
success(function (data) {
|
||||
$scope.toasts.push({Type: 'Success', Message: data.message});
|
||||
}).
|
||||
|
Loading…
Reference in New Issue
Block a user