invoice item total and subtotal
This commit is contained in:
@@ -88,7 +88,8 @@ export class CreateInvoiceDto {
|
||||
description?: string;
|
||||
|
||||
@IsArray()
|
||||
@IsOptional()
|
||||
@Type(() => IAttachmentDto)
|
||||
@ApiProperty({ type: [IAttachmentDto] })
|
||||
attachments: IAttachmentDto[];
|
||||
attachments?: IAttachmentDto[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user