Akaunting Search created function string replace..

This commit is contained in:
Cüneyt Şentürk 2021-01-11 16:48:22 +03:00
parent 8d76babea3
commit 71def2f1d5

View File

@ -479,7 +479,7 @@ export default {
search_string.forEach(function (string) {
if (string.search(':') === -1) {
this.search = string;
this.search = string.replace(new RegExp("[" + '"' + "]*$"), '');
} else {
let filter = string.split(':');
let option = '';