Removed the Invoice Net Amount Extended Retail column from the Invoice table DataGridViews. Fixed a crash bug on the main form caused by an empty department sales variable. Small refactoring on the main form's calculation methods.
This commit is contained in:
@@ -414,8 +414,7 @@ namespace AdvertsingProfitControl
|
||||
Supplier = 2,
|
||||
InvoiceNumber = 3,
|
||||
InvoiceNetAmountAtCost = 4,
|
||||
InvoiceNetAmount = 5,
|
||||
InvoiceNote = 6,
|
||||
IsDirty = 7
|
||||
InvoiceNote = 5,
|
||||
IsDirty = 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user