Merge branch 'codex/sales-at-farm-level' into 'development'

[FIX][BE]: adjust get data product suppliers

See merge request mbugroup/lti-api!394
This commit is contained in:
Adnan Zahir
2026-04-06 23:41:24 +07:00
@@ -30,6 +30,9 @@ func toSupplierProductDTOs(relations []entity.ProductSupplier) []SupplierProduct
if product.Id == 0 {
continue
}
if len(product.Flags) == 0 {
continue
}
flags := make([]string, len(product.Flags))
for i, f := range product.Flags {