Skip to content

Commit

Permalink
WIP deletes individual fertilizers
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Sep 12, 2024
1 parent 4665d02 commit 4e77922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Agri.Models/Farm/NutrientFertilizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ public class NutrientFertilizer
public bool isFertigation { get; set; }
public decimal injectionRate { get; set; }
public int injectionRateUnitId { get; set; }
public string groupID { get; set; }
}
}

0 comments on commit 4e77922

Please sign in to comment.