no message
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s

This commit is contained in:
harid 2026-05-26 15:50:22 +07:00
parent f06be7ce77
commit 2e217a9548

View file

@ -522,7 +522,8 @@ export class CommandController extends Controller {
const _command = {
id: command.id,
status: command.status,
commandNo: `${command.shortName ?? ""} ${command.commandNo}`.trim(),
shortName: command.shortName ?? "",
commandNo: command.commandNo,
commandYear: command.commandYear,
issue: command.issue,
detailHeader: command.detailHeader,