feat(FE): Add stock field to StockLog type

This commit is contained in:
rstubryan
2026-02-12 15:14:00 +07:00
parent 6595ff7a6e
commit 5d92e6774e
+1
View File
@@ -38,6 +38,7 @@ export type StockLog = {
id: number;
increase: number;
decrease: number;
stock: number;
loggable_type: string;
loggable_id: number;
notes: string;