From bd81bd0b013892c7cd05a6e319a1a960e21abb55 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 20 Nov 2023 19:27:09 +0000 Subject: Made kataster_status field invisible. --- parsers/caves.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parsers/caves.py') diff --git a/parsers/caves.py b/parsers/caves.py index 4203368..d8c8006 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -740,7 +740,7 @@ def read_cave(filename, cave=None): equipment = getXMLmax1("equipment") references = getXMLmax1("references") survey = getXMLmax1("survey") - kataster_status = getXMLmax1("kataster_status") + #kataster_status = getXMLmax1("kataster_status") #underground_centre_line = getXMLmax1("underground_centre_line") notes = getXMLmax1("notes") length = getXMLmax1("length") @@ -797,7 +797,7 @@ def read_cave(filename, cave=None): cave.equipment=equipment[0] cave.references=references[0] cave.survey=survey[0] - cave.kataster_status=kataster_status[0] + #cave.kataster_status=kataster_status[0] #cave.underground_centre_line=underground_centre_line[0] cave.notes=notes[0] cave.length=length[0] -- cgit v1.2.3