@@ -160,7 +165,7 @@ export function InventorySummaryTable({
-
+
Rows
- |
+ |
@@ -251,7 +256,7 @@ export function InventorySummaryTable({
))}
-
+
@@ -321,6 +326,8 @@ export function InventorySummaryTable({
plant={selectedRow?.plant_key || selectedRow?.plant}
warehouse={selectedRow?.warehouse}
embedded
+ cartEnabled={cartEnabled}
+ category={category}
/>
)}