#2315
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s

This commit is contained in:
Adisak 2026-02-18 15:50:55 +07:00
parent c5241b7a63
commit c84b992c0c

View file

@ -7386,7 +7386,7 @@ export class CommandController extends Controller {
profile.employeeClass = "PERM";
const _null: any = null;
profile.employeeWage = item.amount == null ? _null : item.amount.toString();
profile.dateStart = new Date();
profile.dateStart = _command ? _command.commandExcecuteDate : new Date();
profile.dateAppoint = new Date();
profile.amount = item.amount == null ? _null : item.amount;
profile.amountSpecial = item.amountSpecial == null ? _null : item.amountSpecial;