feat: monkey patch get_format to return usersettings

This commit is contained in:
Herculino Trotta
2025-01-27 13:22:21 -03:00
parent 958940089a
commit 3796112d77
5 changed files with 47 additions and 18 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
from decimal import Decimal, InvalidOperation
from django import forms
from django.utils.formats import get_format, number_format
from django.utils.formats import number_format
from apps.common.functions.format import get_format
def convert_to_decimal(value: str):