diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index ff1d382..916d7ac 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -1260,6 +1260,7 @@ export class ReportController extends Controller { refId: string; commandAffectDate: Date | null; commandNo: string | null; + commandId?: string | null; commandYear: number; templateDoc: string | null; amount: Double | null;