Remove trashed customers and suppliers from overview.
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
init() {
|
||||
let vm = this;
|
||||
axios.get('/customer-with-trashed')
|
||||
axios.get('/customer')
|
||||
.then(function (response) {
|
||||
vm.customers = response.data;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user