mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
[PUI] Part charts fix (#8171)
* Refactor "stocktake" chart - Format date axis correctly - Better tooltips * Fix datatable queries - Prevent potential infinite loop * Fix tooltip for BOM table - Bug due to '.' char in names * Do not reassign parameter * Another fix * Check global config value * Cleanup tooltip for BOM pie * Edit and refresh pricing from panel
This commit is contained in:
@ -64,6 +64,7 @@ import {
|
||||
IconProps,
|
||||
IconQrcode,
|
||||
IconQuestionMark,
|
||||
IconRefresh,
|
||||
IconRulerMeasure,
|
||||
IconShoppingCart,
|
||||
IconShoppingCartHeart,
|
||||
@ -143,6 +144,7 @@ const icons = {
|
||||
photo: IconPhoto,
|
||||
upload: IconFileUpload,
|
||||
reject: IconX,
|
||||
refresh: IconRefresh,
|
||||
select_image: IconGridDots,
|
||||
delete: IconTrash,
|
||||
packaging: IconPackage,
|
||||
|
Reference in New Issue
Block a user