invoice
This commit is contained in:
@@ -18,8 +18,8 @@ export class InvoiceItem extends BaseEntity {
|
||||
@Property({ type: 'int' })
|
||||
quantity!: number;
|
||||
|
||||
@Property({ type: 'int', nullable: true, })
|
||||
unitPrice?: number;
|
||||
@Property({ type: 'int'})
|
||||
unitPrice: number;
|
||||
|
||||
@Property({
|
||||
type: 'int',
|
||||
|
||||
Reference in New Issue
Block a user