From 539081ce995ee2983837f7564682838ec80b463c Mon Sep 17 00:00:00 2001 From: "Hafizh A. Y" Date: Mon, 12 Jan 2026 10:37:55 +0700 Subject: [PATCH] fix(BE): is visible to true in product service --- internal/modules/master/products/services/product.service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/modules/master/products/services/product.service.go b/internal/modules/master/products/services/product.service.go index f40d92be..db4fb8a7 100644 --- a/internal/modules/master/products/services/product.service.go +++ b/internal/modules/master/products/services/product.service.go @@ -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, }