Update Product List
This commit is contained in:
@@ -77,7 +77,7 @@ func (s *ProductService) GetProductPOS(ctx context.Context, search entity.Produc
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return products.ToProductList(), nil
|
||||
return products.ToProductListPOS(), nil
|
||||
}
|
||||
|
||||
func (s *ProductService) Delete(ctx mycontext.Context, id int64) error {
|
||||
|
||||
Reference in New Issue
Block a user