mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 05:21:57 +00:00
fix(BE): is visible to true in product service
This commit is contained in:
@@ -176,6 +176,7 @@ func (s *productService) CreateOne(c *fiber.Ctx, req *validation.Create) (*entit
|
||||
SellingPrice: req.SellingPrice,
|
||||
Tax: req.Tax,
|
||||
ExpiryPeriod: req.ExpiryPeriod,
|
||||
IsVisible: true,
|
||||
CreatedBy: 1,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user