mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-16 14:39:37 +00:00
Allow to set if prices contain VAT or not in orderdetail
This commit is contained in:
parent
f95e39748e
commit
3bff5fa8bd
8 changed files with 159 additions and 21 deletions
|
|
@ -56,7 +56,8 @@ class TristateHelper {
|
|||
|
||||
document.addEventListener("turbo:load", listener);
|
||||
document.addEventListener("turbo:render", listener);
|
||||
document.addEventListener("collection:elementAdded", listener);
|
||||
}
|
||||
}
|
||||
|
||||
export default new TristateHelper();
|
||||
export default new TristateHelper();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue