This commit is contained in:
Jake Kasper
2025-09-05 08:08:09 -04:00
parent 6bf68364ec
commit 833cc730d4
3 changed files with 17 additions and 8 deletions

View File

@@ -376,7 +376,15 @@ router.post('/', async (req, res, next) => {
// General fields
purchaseDate,
purchasePrice,
notes
notes,
// Sprinkler specific fields
sprinklerMount,
sprinklerHeadType,
sprinklerGpm,
sprinklerThrowFeet,
sprinklerDegrees,
sprinklerLengthFeet,
sprinklerWidthFeet
} = req.body;
// Validate required fields