wip
This commit is contained in:
@@ -101,6 +101,7 @@ export interface OfferingSessionDto {
|
||||
systemTotal: number;
|
||||
difference: number;
|
||||
notes: string | null;
|
||||
hasProof: boolean;
|
||||
givings: OfferingGivingLineDto[];
|
||||
}
|
||||
export interface OfferingSessionListItemDto {
|
||||
@@ -112,6 +113,7 @@ export interface OfferingSessionListItemDto {
|
||||
systemTotal: number;
|
||||
difference: number;
|
||||
lineCount: number;
|
||||
hasProof: boolean;
|
||||
}
|
||||
|
||||
/** A row held in the client-side batch buffer before submit. */
|
||||
|
||||
Reference in New Issue
Block a user