added profil section and fix error in stock-table.html
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export interface StockInfo {
|
||||
name: string;
|
||||
duration: string;
|
||||
caliber: string;
|
||||
quantity: number;
|
||||
weight: number;
|
||||
nec: string;
|
||||
caliber: string;
|
||||
weight: number;
|
||||
duration: string;
|
||||
quantity: number;
|
||||
minimalQuantity: number;
|
||||
}
|
||||
Reference in New Issue
Block a user