Limas icon indicating copy to clipboard operation
Limas copied to clipboard

CurrencyStore

Open afx303 opened this issue 1 year ago • 1 comments

There is something wrong with the CurrencyStore. My parts are not displaying any price. I was able to hack the code to make it work but I am not sure if it is the proper fix.

Also when adding/editing a distributor the currency menu is not filled. This was also not working in Partkeepr.

afx303 avatar Oct 15 '24 20:10 afx303

there were a few things... 1/ missing storeId - for automatic registration in StoreManager 2/ typo autoload / autoLoad 3/ not loading data, so I added .load() right after create() in createGlobalStores()

so currency menu/combobox in adding/edit distributor should be now filled

@afx303 please check if it's ok in all the places you found not working

Lopo avatar Jan 03 '25 17:01 Lopo