Limas
Limas copied to clipboard
CurrencyStore
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.
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