This commit is contained in:
@@ -99,6 +99,11 @@ namespace AyaNovaQBI
|
||||
|
||||
private void btnOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
if(_Pre && SelectedStatus==0)
|
||||
{
|
||||
if (MessageBox.Show("WARNING: You have selected \"< Any status >\" of Work order QBI will analyze for invoicing.\r\nThis could slow down QBI and is not recommended.\r\n\r\nAre you sure?", "Any status", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No)
|
||||
return;
|
||||
}
|
||||
|
||||
this.DialogResult = DialogResult.OK;
|
||||
this.Close();
|
||||
|
||||
Reference in New Issue
Block a user