Fixed a bug on the modify record form where updating an existing row's ad item wouldn't mark the other APC tables as dirty.
This commit is contained in:
@@ -404,7 +404,7 @@ namespace AdvertsingProfitControl
|
||||
invoicesDataGridView.Rows.Add(row.ItemArray);
|
||||
}
|
||||
inventoryDataGridView.Columns.Remove("RowAttribute");
|
||||
inventoryDataGridView.Columns.Remove("FK_GroupID");
|
||||
//inventoryDataGridView.Columns.Remove("FK_GroupID");
|
||||
|
||||
var weeklySalesTable = databaseReader.ReturnWeeklySalesFromDateId(dateId,
|
||||
databaseTracker.DatabaseConnectionString);
|
||||
@@ -563,7 +563,7 @@ namespace AdvertsingProfitControl
|
||||
}
|
||||
}
|
||||
dataGridView.Columns.Remove("RowAttribute");
|
||||
dataGridView.Columns.Remove("Fk_GroupID");
|
||||
//dataGridView.Columns.Remove("FK_AdSpecialName");
|
||||
}
|
||||
|
||||
private void BuildDataGridViewInventoryTable(DataTable dataTable, DataGridView dataGridView)
|
||||
|
||||
Reference in New Issue
Block a user