From 5f07f234ef8d9c5cf8c4a13d1d0afb1142dbbff9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 29 Jul 2023 18:21:07 +0300 Subject: electronic surveys still need notes --- core/views/wallets_edit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/views/wallets_edit.py') diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index 9273fed..57ebd36 100644 --- a/core/views/wallets_edit.py +++ b/core/views/wallets_edit.py @@ -190,7 +190,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl): # Notes required if ticks["N"] != "green": complaints.append( - "The notes needs scanning (or renaming) or tick 'Notes not required' checkbox. No noteNN.jpg or XXnote.jpg file was found; this is not an electronic survey." + "The notes needs scanning (or renaming) or tick 'Notes not required' checkbox. No noteNN.jpg or XXnote.jpg file was found. Needed even for an electronic survey." ) # Plan drawing required @@ -208,7 +208,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl): # Therion if ticks["T"] != "green": complaints.append( - "Tunnel or Therion drawing files need drawing. Or if this an electronic survey, please tick the 'Electronic survey' checkbox." + "Tunnel or Therion drawing files need drawing, or tick 'Plan/Elev drawn' checkbox or 'Plan/Elev not required' checkboxes" ) # Description -- cgit v1.2.3