fix: return status of act position
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s

This commit is contained in:
Warunee Tamkoo 2026-02-02 16:30:24 +07:00
parent d7164b603a
commit 0a3f0d9170

View file

@ -387,6 +387,7 @@ export class PosMasterActController extends Controller {
posType: item.posMasterChild?.current_holder?.posType?.posTypeName ?? null,
position: item.posMasterChild?.current_holder?.position ?? null,
posNo: shortName,
statusReport: item.statusReport,
};
}),
);