diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index ac7a7cd..4ce1775 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -7712,11 +7712,15 @@ export class ReportController extends Controller { profileEmployeeId: salary.profileId, date: new Date(), amount: v.amount, + amountSpecial: v.amountSpecial, commandId: v.commandId, positionSalaryAmount: v.positionSalaryAmount, mouthSalaryAmount: v.mouthSalaryAmount, posNo: salary.orgShortName + salary.posMasterNo, position: salary.position, + positionLine: null, + positionPathSide: null, + positionExecutive: null, positionType: salary.posType, positionLevel: salary.posLevel ? String(salary.posLevel) : null, refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,