Skip to content

Commit

Permalink
Merge branch 'master' into nmp-656-cshtml-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
acatchpole committed Aug 28, 2024
2 parents 8f7d4be + f2c3ecb commit 44a8242
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/Agri.Models/Configuration/Fertigation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public Fertigation()
public List<InjectionRateUnit> InjectionRateUnits { get; set; }

}
}
}
2 changes: 1 addition & 1 deletion app/Agri.Models/Configuration/FertigationType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ public class FertigationType : SelectOption
public string LiquidSolid { get; set; }
public bool Custom { get; set; }
}
}
}
2 changes: 1 addition & 1 deletion app/Agri.Models/Configuration/InjectionRateUnit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ public class InjectionRateUnit : SelectOption
{

}
}
}
2 changes: 1 addition & 1 deletion app/Agri.Models/Configuration/ProductRateUnit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ namespace Agri.Models.Configuration
public class ProductRateUnit: SelectOption
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2301,4 +2301,4 @@ public IActionResult FeedAreaEditNote()
return PartialView(model);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@
</div>
</div>
<div style="clear:both"></div>
<hr style="height:1px;border:none;color:blue;background-color:lightblue;padding:0" />

<hr style="height:1px;border:none;color:blue;background-color:lightblue;padding:0; margin-top: 5px;" />

<div class="form-group col-sm-4" style="margin:5px">
<div class="Table">
<div class="Title">
Expand Down

0 comments on commit 44a8242

Please sign in to comment.