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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user