Skip to content
Snippets Groups Projects
Commit 48b6be9d authored by Valentin Vallaeys (vava)'s avatar Valentin Vallaeys (vava)
Browse files

[FIX] payment_sips: wrong numerical code for PLN currency


closes odoo/odoo#106552

X-original-commit: d9856868
Signed-off-by: default avatarAntoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: default avatarVallaeys Valentin (vava) <vava@odoo.com>
parent f6e52a7a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ SUPPORTED_CURRENCIES = {
'BGN': '975',
'EUR': '978',
'UAH': '980',
'PLN': '996',
'PLN': '985',
'BRL': '986',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment