Build the stuff for payments.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
|
||||
fetchInvoices() {
|
||||
let vm = this;
|
||||
axios.get('/invoice/' + this.from + '/' + this.end)
|
||||
axios.get('/invoice-filter/' + this.from + '/' + this.end)
|
||||
.then(function (response) {
|
||||
vm.invoices = response.data;
|
||||
vm.calculateSum();
|
||||
|
||||
Reference in New Issue
Block a user