This commit is contained in:
parent
615323b4df
commit
14b4575f62
1 changed files with 1 additions and 1 deletions
|
|
@ -2276,7 +2276,7 @@ export class SalaryPeriodController extends Controller {
|
||||||
if (chk_period) {
|
if (chk_period) {
|
||||||
throw new HttpError(
|
throw new HttpError(
|
||||||
HttpStatusCode.NOT_FOUND,
|
HttpStatusCode.NOT_FOUND,
|
||||||
"ประเภทผังปี " + (requestBody.effectiveDate.getFullYear() + 543) + " ซ้ำ",
|
"ประเภทผังปี " + (requestBody.year + 543) + " ซ้ำ",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const beforeChk_SalaryPeriod = structuredClone(chk_SalaryPeriod);
|
const beforeChk_SalaryPeriod = structuredClone(chk_SalaryPeriod);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue