diff --git a/src/accounting/static/js/summary-editor.js b/src/accounting/static/js/summary-editor.js index b55f1cc..b60eac1 100644 --- a/src/accounting/static/js/summary-editor.js +++ b/src/accounting/static/js/summary-editor.js @@ -613,7 +613,7 @@ class GeneralTagTab extends TagTabPlane { * @override */ populate() { - const found = this.editor.summary.value.match(/^([^—]+)—.+?(?:×\d+)?(?:\([^)]+\))?$/); + const found = this.editor.summary.value.match(/^([^—]+)—/); if (found === null) { return false; }