make KGM mass fields > 0 if they are included in HAZA HAZD
This commit is contained in:
parent
c15fdb8ee2
commit
bdb50ea901
@ -139,14 +139,17 @@ namespace bsmd.database
|
|||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
|
[Validation(ValidationCode.DOUBLE_GT_ZERO)]
|
||||||
public double? NetQuantity_KGM { get; set; }
|
public double? NetQuantity_KGM { get; set; }
|
||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
|
[Validation(ValidationCode.DOUBLE_GT_ZERO)]
|
||||||
public double? GrossQuantity_KGM { get; set; }
|
public double? GrossQuantity_KGM { get; set; }
|
||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
|
[Validation(ValidationCode.DOUBLE_GT_ZERO)]
|
||||||
public double? Volume_MTQ { get; set; }
|
public double? Volume_MTQ { get; set; }
|
||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user