fix bug
This commit is contained in:
parent
c22dd4ecf2
commit
b752f84cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -1178,7 +1178,7 @@ export class SalaryPeriodController extends Controller {
|
||||||
if (chk_period) {
|
if (chk_period) {
|
||||||
throw new HttpError(
|
throw new HttpError(
|
||||||
HttpStatusCode.NOT_FOUND,
|
HttpStatusCode.NOT_FOUND,
|
||||||
"ประเภทผังปี " + Extension.ToThaiYear(salaryPeriod.effectiveDate.getFullYear()) + " ซ้ำ",
|
"ประเภทผังปี " + Extension.ToThaiYear(salaryPeriod.year) + " ซ้ำ",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue