aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs b/Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs
index 9950e1c26..47935c3a0 100644
--- a/Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs
+++ b/Software/Visual_Studio/Tango.BL/ValueObjects/JobRunLiquidQuantity.cs
@@ -10,7 +10,7 @@ namespace Tango.BL.ValueObjects
public class JobRunLiquidQuantity
{
public LiquidTypes LiquidType { get; set; }
- public int Quantity { get; set; }
+ public long Quantity { get; set; }
public override string ToString()
{