Minor fixes for tax rates and options.

This commit is contained in:
2025-01-12 08:42:05 +01:00
parent 899de7b10a
commit 3da6ed1b85
3 changed files with 5 additions and 4 deletions

View File

@@ -66,7 +66,6 @@
let vm = this;
axios.get('/taxrate')
.then(function (response) {
console.log(response.data);
vm.taxrates = response.data;
})
}