mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
@@ -1604,7 +1604,7 @@ odoo.define("account.ReconciliationModel", function (require) {
|
|||||||
if (matching && matching.length == 2) {
|
if (matching && matching.length == 2) {
|
||||||
matching = matching[1].replace(
|
matching = matching[1].replace(
|
||||||
new RegExp(
|
new RegExp(
|
||||||
"[^-d" + reconcileModel.decimal_separator + "]",
|
"[^-\\d" + reconcileModel.decimal_separator + "]",
|
||||||
"g"
|
"g"
|
||||||
),
|
),
|
||||||
""
|
""
|
||||||
|
|||||||
Reference in New Issue
Block a user