Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
This commit is contained in:
commit
cd862df3b1
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