DeliveryConfirmation: enhance calculation
This commit is contained in:
@ -14,7 +14,7 @@ namespace Elwig.Models {
|
||||
public int? MaxKgPerHa { get; set; }
|
||||
|
||||
[Column("fill_lower_bins")]
|
||||
public bool FillLowerBins { get; set; }
|
||||
public int FillLowerBins { get; set; }
|
||||
|
||||
[Column("active")]
|
||||
public bool IsActive { get; set; }
|
||||
|
Reference in New Issue
Block a user