Fix incomplete pricelist sync status
This commit is contained in:
@@ -2558,7 +2558,7 @@ async function refreshPrices() {
|
||||
}
|
||||
|
||||
// Re-render UI
|
||||
await refreshPriceLevels();
|
||||
await refreshPriceLevels({ force: true, noCache: true });
|
||||
renderTab();
|
||||
updateCartUI();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user