mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
The shopping cart icon for parts already on order was originally implemented in1b421fb59a
but got broken in27aa16d55d
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.