This commit is contained in:
2022-07-13 20:02:49 +00:00
parent 93bf6628d6
commit aec0992c13
5 changed files with 27 additions and 5 deletions

View File

@@ -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();