This commit is contained in:
@@ -12,6 +12,9 @@ namespace AyaNovaQBI
|
||||
{
|
||||
public partial class FixInvoiceProblems : Form
|
||||
{
|
||||
public List<util.MisMatch> MisMatches { get; set; }
|
||||
public List<long> PartPriceOverrides { get; set; }
|
||||
public bool ChangesMade { get; set; } = false;
|
||||
public FixInvoiceProblems()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -19,6 +22,7 @@ namespace AyaNovaQBI
|
||||
|
||||
private void FixInvoiceProblems_Load(object sender, EventArgs e)
|
||||
{
|
||||
grid.DataSource = MisMatches;
|
||||
btnOK.Text = util.AyaTranslations["OK"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user