mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Merge branch 'fix/not-showed-product-supplier' into 'development'
fix(BE): is visible to true in product service See merge request mbugroup/lti-api!157
This commit is contained in:
@@ -176,6 +176,7 @@ func (s *productService) CreateOne(c *fiber.Ctx, req *validation.Create) (*entit
|
|||||||
SellingPrice: req.SellingPrice,
|
SellingPrice: req.SellingPrice,
|
||||||
Tax: req.Tax,
|
Tax: req.Tax,
|
||||||
ExpiryPeriod: req.ExpiryPeriod,
|
ExpiryPeriod: req.ExpiryPeriod,
|
||||||
|
IsVisible: true,
|
||||||
CreatedBy: 1,
|
CreatedBy: 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user