Fixed add new product.
This commit is contained in:
parent
ca7a198616
commit
f834520db9
@ -234,7 +234,7 @@ namespace Tanshu.Accounts.PointOfSale
|
||||
#region Binding Source Events
|
||||
private void bsProducts_AddingNew(object sender, AddingNewEventArgs e)
|
||||
{
|
||||
e.NewObject = new ProductBO();
|
||||
e.NewObject = new ProductDisplayBO();
|
||||
}
|
||||
|
||||
private void bsProducts_PositionChanged(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user