fix(core): update
This commit is contained in:
parent
24a0fb1a8a
commit
8befdba50a
@ -4,7 +4,7 @@ import { IContact } from '../business/contact';
|
||||
export interface IExpenseItem {
|
||||
description: string,
|
||||
asset?: boolean,
|
||||
accountingType?: string,
|
||||
accountingType?: any,
|
||||
amount: number;
|
||||
taxPercentage: number;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user