mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #18537 -- Fixed CUIT calculation in ar localflavor
Thanks mmoya at 8ksoft.com.ar for the report and Kevin Shaul for the initial patch.
This commit is contained in:
@@ -87,6 +87,7 @@ class ARLocalFlavorTests(SimpleTestCase):
|
||||
'27-10345678-4': '27-10345678-4',
|
||||
'20101234569': '20-10123456-9',
|
||||
'27103456784': '27-10345678-4',
|
||||
'30011111110': '30-01111111-0',
|
||||
}
|
||||
invalid = {
|
||||
'2-10123456-9': error_format,
|
||||
|
||||
Reference in New Issue
Block a user