mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE): Add stock field to StockLog type
This commit is contained in:
Vendored
+1
@@ -38,6 +38,7 @@ export type StockLog = {
|
|||||||
id: number;
|
id: number;
|
||||||
increase: number;
|
increase: number;
|
||||||
decrease: number;
|
decrease: number;
|
||||||
|
stock: number;
|
||||||
loggable_type: string;
|
loggable_type: string;
|
||||||
loggable_id: number;
|
loggable_id: number;
|
||||||
notes: string;
|
notes: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user