Akaunting Search created function string replace..
This commit is contained in:
parent
8d76babea3
commit
71def2f1d5
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user