mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 12:35:24 +02:00
Fix: consolidate stock badges and update WOC calculation to include internal warehouse stock
This commit is contained in:
@@ -157,6 +157,8 @@ const MoversTable: React.FC<{
|
||||
asin={item.asin}
|
||||
vendorStockMap={vendorStockMap}
|
||||
mode={top50Mode}
|
||||
avgWeeklySales={velocityMap?.get(item.asin.trim().toUpperCase())}
|
||||
internalStock={stockMap?.get(item.sku?.replace(/(DE|EN)$/i, ''))}
|
||||
/>
|
||||
</td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user