From fbbb5db4b5f5abc70fe2996d0ba24bb904e917c7 Mon Sep 17 00:00:00 2001 From: Dallas Richmond Date: Mon, 23 Sep 2024 14:47:51 -0700 Subject: [PATCH] Removed zeros from Dry Custom --- app/Server/src/SERVERAPI/Controllers/NutrientsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Server/src/SERVERAPI/Controllers/NutrientsController.cs b/app/Server/src/SERVERAPI/Controllers/NutrientsController.cs index d3012043..fde3a2d0 100644 --- a/app/Server/src/SERVERAPI/Controllers/NutrientsController.cs +++ b/app/Server/src/SERVERAPI/Controllers/NutrientsController.cs @@ -368,7 +368,7 @@ private void FertigationDetail_Reset(ref FertigationDetailsViewModel fgvm) fgvm.eventsPerSeason = 1; // if custom liquid fertigation, we set these to empty for user to change - if (fgvm.selTypOption == "4"){ + if (fgvm.selTypOption == "2" || fgvm.selTypOption == "4"){ fgvm.valN = ""; fgvm.valP2o5 = ""; fgvm.valK2o = "";