mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +00:00
The shopping cart icon for parts already on order was originally implemented in 1b421fb59a but got broken in 27aa16d55d as the return value of `makeIconBadge` is discarded. Additionally, the FontAwesome JS renderer doesn't seem to like non-empty content for this, so even when adding it back to `icons`, it didn't get rendered properly. Instead, the count has to be added to the title.