diff --git a/Tanshu.Accounts.PointOfSale/ProductsForm.cs b/Tanshu.Accounts.PointOfSale/ProductsForm.cs index 7a2521e..22c7ed0 100644 --- a/Tanshu.Accounts.PointOfSale/ProductsForm.cs +++ b/Tanshu.Accounts.PointOfSale/ProductsForm.cs @@ -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)