Skip to content

Commit

Permalink
Add pasture as manure system type for swine
Browse files Browse the repository at this point in the history
  • Loading branch information
holos-aafc committed Sep 23, 2024
1 parent 98d49eb commit b7d1e23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions H.Core/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions H.Core/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -6344,4 +6344,7 @@ Please note: emissions related to the deposition or application of livestock man
<data name="LabelManureExportedFromFarm" xml:space="preserve">
<value>Manure exported from farm</value>
</data>
<data name="LabelCropResidueExports" xml:space="preserve">
<value>Crop residue exports</value>
</data>
</root>
1 change: 1 addition & 0 deletions H.Core/Providers/Animals/ManureHandlingSystemProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public List<ManureStateType> GetValidManureStateTypesByAnimalCategory(AnimalType
{
return new List<ManureStateType>()
{
ManureStateType.Pasture,
ManureStateType.CompostedInVessel,

/*
Expand Down

0 comments on commit b7d1e23

Please sign in to comment.