Skip to content

Commit

Permalink
Removed zeros from Dry Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Sep 23, 2024
1 parent 34c2b97 commit fbbb5db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit fbbb5db

Please sign in to comment.