|
|
@@ -126,6 +126,7 @@ namespace UAS_MES.Make
|
|
|
if (pr_colorboxunit.Text == "kg" && !WeightChange)
|
|
|
{
|
|
|
weight.Text = (float.Parse(weight.Text) / 1000).ToString();
|
|
|
+ WeightChange = true;
|
|
|
}
|
|
|
double ActualWeight = double.Parse(weight.Text == "" ? "0" : weight.Text);
|
|
|
if ((ActualWeight >= MinWeight) && (ActualWeight <= MaxWeight))
|