This commit is contained in:
2022-07-01 21:31:49 +00:00
parent 2db399fe95
commit 0bf27c88be
4 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ namespace AyaNovaQBI
if (string.IsNullOrWhiteSpace(_selectedQBInvoiceTemplate))
cbQBItems.SelectedIndex = 0;
else
this.cbQBItems.SelectedValue = _selectedQBInvoiceTemplate;
cbQBItems.SelectedValue = _selectedQBInvoiceTemplate;
}