Opravy
This commit is contained in:
@@ -2284,7 +2284,7 @@ namespace Mip
|
||||
Convert.ToDecimal(form.label455.Text) +
|
||||
Convert.ToDecimal(form.label452.Text)).ToString();
|
||||
if (Convert.ToDecimal(form.label537.Text) == 0) form.label548.Text = string.Format("{0:F2}", 0);
|
||||
else form.label548.Text = string.Format("{0:F2}", (Convert.ToDecimal(form.label553.Text) / Convert.ToDecimal(form.label548.Text) * 100) - 100);
|
||||
else form.label548.Text = "0";//string.Format("{0:F2}", (Convert.ToDecimal(form.label553.Text) / Convert.ToDecimal(form.label548.Text) * 100) - 100);
|
||||
form.label553.Text = form.label537.Text;
|
||||
|
||||
//form.label354.Text = form.label212.Text; ???zistit co to je
|
||||
|
||||
Reference in New Issue
Block a user