From 632f8e2ea107324838845df2b51d084759923c56 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 7 Jul 2022 11:56:40 +0200 Subject: Preventive file form: fix JS - fix default cost add with price agreement --- archaeological_files/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_files/models.py') diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 829c8c550..8ff10bc82 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -183,7 +183,7 @@ ES_UNITS = ( ("D", _("days")), ("W", _("weeks")), ("M", _("months")), - ("L", _("linear meter")), + ("L", _("linear m.")), ) DCT_ES_UNITS = dict(ES_UNITS) -- cgit v1.2.3