Fixed a bug in the Inventory and Actual Sales tables where the user could leave a row without an ad item. Fixed data type mismatch with the database insertion methods.

This commit is contained in:
2016-11-11 17:09:43 -06:00
parent 35e90a6f86
commit ad3fa573b8
11 changed files with 131 additions and 83 deletions
@@ -262,7 +262,7 @@ namespace AdvertsingProfitControl
TotalProfitReturn = 7,
IsHeaderRow = 8,
IsMemberRow = 9,
IsDirty = 10,
IsDirty = 10
}
public enum InventoryTableColumns
@@ -275,7 +275,7 @@ namespace AdvertsingProfitControl
EndingInventory = 5,
IsHeaderRow = 6,
IsMemberRow = 7,
IsDirty = 8,
IsDirty = 8
}
public enum InvoiceTableColumns