feat(F-168): completed feature
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# F-169 — Fix Reporting products Internal Server Error
|
||||
# F-168 — Reduce Reporting trend chart height
|
||||
|
||||
Causa: query usa `p.sku`, pero SKU pertenece a variantes/items y `catalog_products` no tiene esa columna. Usar `MIN(fi.sku)` desde `orders_items` y eliminar `p.sku` del GROUP BY.
|
||||
Reducir Tendencia 30 días de 220px a 140px manteniendo SVG responsive y etiquetas.
|
||||
|
||||
Reference in New Issue
Block a user