mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: activate/inactivate item.
This commit is contained in:
@@ -22,6 +22,7 @@ export interface IItem{
|
||||
|
||||
quantityOnHand: number,
|
||||
note: string,
|
||||
active: boolean,
|
||||
|
||||
categoryId: number,
|
||||
userId: number,
|
||||
@@ -52,6 +53,7 @@ export interface IItemDTO {
|
||||
|
||||
quantityOnHand: number,
|
||||
note: string,
|
||||
active: boolean,
|
||||
|
||||
categoryId: number,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user