refactor: drop QuantityOnHand from catalog import/export

Part of removing inventory quantity tracking; existing seed JSON keeps
the field on disk but it's now ignored on import.
This commit is contained in:
aj
2026-08-01 10:53:09 -04:00
parent 41283987b9
commit 843ba24788
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -103,7 +103,6 @@ public class CatalogStockItemDto
{
public decimal LengthInches { get; set; }
public string? Name { get; set; }
public int QuantityOnHand { get; set; }
public string? Notes { get; set; }
}