mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: rename item sku to code.
feat: fix sidebar current tab issue.
This commit is contained in:
@@ -4,7 +4,7 @@ export interface IItem{
|
||||
id: number,
|
||||
name: string,
|
||||
type: string,
|
||||
sku: string,
|
||||
code: string,
|
||||
|
||||
sellable: boolean,
|
||||
purchasable: boolean,
|
||||
@@ -33,7 +33,7 @@ export interface IItem{
|
||||
export interface IItemDTO {
|
||||
name: string,
|
||||
type: string,
|
||||
sku: string,
|
||||
code: string,
|
||||
|
||||
sellable: boolean,
|
||||
purchasable: boolean,
|
||||
|
||||
Reference in New Issue
Block a user