mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-12 22:11:54 +00:00
fixed incorrect update status map
This commit is contained in:
@@ -76,7 +76,7 @@ inventoryGroup.MapPut("/{id}", async (int id, InventoryItems updatedItem, BarkCo
|
|||||||
existingItem.Barcode = updatedItem.Barcode;
|
existingItem.Barcode = updatedItem.Barcode;
|
||||||
existingItem.Brand = updatedItem.Brand;
|
existingItem.Brand = updatedItem.Brand;
|
||||||
existingItem.SerialNumber = updatedItem.SerialNumber;
|
existingItem.SerialNumber = updatedItem.SerialNumber;
|
||||||
existingItem.Status = updatedItem.Status;
|
existingItem.StatusId = updatedItem.StatusId;
|
||||||
existingItem.RentalPrice = updatedItem.RentalPrice;
|
existingItem.RentalPrice = updatedItem.RentalPrice;
|
||||||
existingItem.ReplacementCost = updatedItem.ReplacementCost;
|
existingItem.ReplacementCost = updatedItem.ReplacementCost;
|
||||||
existingItem.Notes = updatedItem.Notes;
|
existingItem.Notes = updatedItem.Notes;
|
||||||
|
|||||||
Reference in New Issue
Block a user