fix(BE): is visible to true in product service

This commit is contained in:
Hafizh A. Y
2026-01-12 10:37:55 +07:00
parent af79db8726
commit 539081ce99
@@ -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,
}