#7 New forms WIP
* adds new collapsible styled form for new main data * adds/updates translations
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user