This commit is contained in:
@@ -36,12 +36,15 @@ namespace AyaNovaQBI
|
||||
this.btnCancel.Text = util.AyaTranslations["Cancel"];
|
||||
this.btnOK.Text = util.AyaTranslations["OK"];
|
||||
|
||||
|
||||
|
||||
|
||||
this.cbQBItems.DataSource = QBItems;
|
||||
this.cbQBItems.DisplayMember = "FullName";
|
||||
this.cbQBItems.ValueMember = "ID";
|
||||
this.cbQBItems.SelectedValue = SelectedQBItem;
|
||||
if (SelectedQBItem == "")
|
||||
cbQBItems.SelectedIndex = 0;
|
||||
else
|
||||
this.cbQBItems.SelectedValue = SelectedQBItem;
|
||||
|
||||
this.lblStatus.Text = "QuickBooks item:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user