mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45:46 +00:00
refactor(FE): Rename expense item note to notes
This commit is contained in:
Vendored
+2
-2
@@ -34,7 +34,7 @@ export type BaseExpense = {
|
||||
nonstock_id: number;
|
||||
qty: number;
|
||||
price: number;
|
||||
note?: string;
|
||||
notes?: string;
|
||||
nonstock: Pick<BaseNonstock, 'id' | 'name' | 'flags'>;
|
||||
created_at: string;
|
||||
}[];
|
||||
@@ -43,7 +43,7 @@ export type BaseExpense = {
|
||||
expense_nonstock_id: number;
|
||||
qty: number;
|
||||
price: number;
|
||||
note?: string;
|
||||
notes?: string;
|
||||
nonstock: Pick<BaseNonstock, 'id' | 'name' | 'flags'>;
|
||||
created_at: string;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user