mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
implement self-healing for freight payment milestones and enhance contract change request visibility
This commit is contained in:
@@ -561,6 +561,12 @@ export interface IContract extends BaseEntity {
|
||||
expiresAt?: string | null;
|
||||
|
||||
status: ContractStatus;
|
||||
/**
|
||||
* Body of the latest staff CHANGES_REQUESTED review note (detail response
|
||||
* only, when status is CHANGES_REQUESTED). Lets the portal show the customer
|
||||
* exactly what to fix before resubmitting.
|
||||
*/
|
||||
latestChangeRequestNote?: string | null;
|
||||
clearanceStatus: ContractClearanceStatus;
|
||||
clearanceCycleNumber: number;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user