Use the information from info provider whether prices includes VAT or not

This commit is contained in:
Jan Böhmer 2026-02-08 21:58:14 +01:00
parent 3bff5fa8bd
commit 5a47b15c97
3 changed files with 5 additions and 2 deletions

View file

@ -86,7 +86,7 @@ export default class extends Controller {
targetTable.insertAdjacentHTML('beforeend', newElementStr);
ret = targetTable.lastElementChild;
}
//Trigger an event to notify other components that a new element has been created, so they can for example initialize select2 on it
targetTable.dispatchEvent(new CustomEvent("collection:elementAdded", {bubbles: true}));