diff --git a/H.Core/Properties/Resources.Designer.cs b/H.Core/Properties/Resources.Designer.cs index 16111df2..4ee8625e 100644 --- a/H.Core/Properties/Resources.Designer.cs +++ b/H.Core/Properties/Resources.Designer.cs @@ -9134,6 +9134,15 @@ public static string LabelCropNitrogenDemand { } } + /// + /// Looks up a localized string similar to Crop residue exports. + /// + public static string LabelCropResidueExports { + get { + return ResourceManager.GetString("LabelCropResidueExports", resourceCulture); + } + } + /// /// Looks up a localized string similar to Crop residues before adjustment (N_CropResidues). /// diff --git a/H.Core/Properties/Resources.resx b/H.Core/Properties/Resources.resx index bdbf24ea..ba944af2 100644 --- a/H.Core/Properties/Resources.resx +++ b/H.Core/Properties/Resources.resx @@ -6344,4 +6344,7 @@ Please note: emissions related to the deposition or application of livestock man Manure exported from farm + + Crop residue exports + \ No newline at end of file diff --git a/H.Core/Providers/Animals/ManureHandlingSystemProvider.cs b/H.Core/Providers/Animals/ManureHandlingSystemProvider.cs index 72e1500e..45f46866 100644 --- a/H.Core/Providers/Animals/ManureHandlingSystemProvider.cs +++ b/H.Core/Providers/Animals/ManureHandlingSystemProvider.cs @@ -53,6 +53,7 @@ public List GetValidManureStateTypesByAnimalCategory(AnimalType { return new List() { + ManureStateType.Pasture, ManureStateType.CompostedInVessel, /*