From b9f491e12f5d898aedab0431ec567f279fa6e96f Mon Sep 17 00:00:00 2001 From: Quartermaster Date: Mon, 1 May 2023 22:37:17 +0200 Subject: [PATCH] Remove obsolete person details selectors --- VERSION | 2 +- modules/s3db/pr.py | 2 -- modules/templates/default/config.py | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/VERSION b/VERSION index d93893f6e6..b77597b34e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2-24-g2032a4299 (2023-04-18 09:56:26) +5.2-25-gaf178f08e (2023-05-01 22:37:17) diff --git a/modules/s3db/pr.py b/modules/s3db/pr.py index 57f0f48dd6..76afb33f1f 100644 --- a/modules/s3db/pr.py +++ b/modules/s3db/pr.py @@ -915,8 +915,6 @@ def model(self): "person_details.father_name", "person_details.grandfather_name", "person_details.occupation", - "person_details.company", - "person_details.affiliations", "comments", ) diff --git a/modules/templates/default/config.py b/modules/templates/default/config.py index 944e3ff531..ce54ecbf24 100644 --- a/modules/templates/default/config.py +++ b/modules/templates/default/config.py @@ -846,8 +846,6 @@ def config(settings): # {#"." : [""], # "pr_person_details.mother_name" : [], # "pr_person_details.father_name" : [], - # "pr_person_details.company" : [], - # "pr_person_details.affiliations" : [], # "vol_volunteer.active" : [], # "vol_volunteer_cluster.vol_cluster_type_id" : [], # "vol_volunteer_cluster.vol_cluster_id" : [],