Akaunting Search created function string replace..
This commit is contained in:
@ -479,7 +479,7 @@ export default {
|
|||||||
|
|
||||||
search_string.forEach(function (string) {
|
search_string.forEach(function (string) {
|
||||||
if (string.search(':') === -1) {
|
if (string.search(':') === -1) {
|
||||||
this.search = string;
|
this.search = string.replace(new RegExp("[" + '"' + "]*$"), '');
|
||||||
} else {
|
} else {
|
||||||
let filter = string.split(':');
|
let filter = string.split(':');
|
||||||
let option = '';
|
let option = '';
|
||||||
|
Reference in New Issue
Block a user