mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-29 14:59:04 +00:00
Fix issues caused by thousands separator (#602)
* Disable thousands separation in locale settings that caused issues updating rigs * Update invoice dashboard to use "g" suffixed floatformats for thousands separation
This commit is contained in:
@@ -224,7 +224,7 @@ USE_L10N = True
|
||||
|
||||
USE_TZ = True
|
||||
|
||||
USE_THOUSAND_SEPARATOR = True
|
||||
USE_THOUSAND_SEPARATOR = False
|
||||
|
||||
# Need to allow seconds as datetime-local input type spits out a time that has seconds
|
||||
DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M', '%Y-%m-%dT%H:%M:%S')
|
||||
|
||||
Reference in New Issue
Block a user