Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan
2022-12-19 12:39:47 +03:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@ -315,7 +315,7 @@ export default {
},
async fetchMatchedItems() {
await window.axios.get(url + '/common/items?search="' + this.search + '" enabled:1 limit:10')
await window.axios.get(url + '/common/items?search="' + this.search + '" not ' + this.price + ':NULL enabled:1 limit:10')
.then(response => {
this.item_list = [];
let items = response.data.data;