#7 New forms WIP

* adds new collapsible styled form for new main data
* adds/updates translations
This commit is contained in:
mipel
2021-09-21 14:32:10 +02:00
parent ce204fff2e
commit 951477c58f
14 changed files with 347 additions and 201 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ class Intervention(BaseObject):
ret_msgs.append(_("Registration office file number missing"))
if not self.responsible.conservation_file_number or len(self.responsible.conservation_file_number) == 0:
ret_msgs.append(_("Conversation office file number missing"))
ret_msgs.append(_("Conservation office file number missing"))
except AttributeError:
# responsible data not found
ret_msgs.append(_("Responsible data missing"))