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