[Mpuls-commits] r5930 - waska/trunk/waskaweb/model
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 17 12:14:10 CEST 2012
Author: ludwig
Date: 2012-04-17 12:14:10 +0200 (Tue, 17 Apr 2012)
New Revision: 5930
Modified:
waska/trunk/waskaweb/model/statement.py
Log:
Issue 3014: Remove STREETNR field from the DiscretionStatement.
This field is not in the formedtree and leads to an exception.
The field STREETNR is not needed in the DiscretionStatement, so it could be
removed.
Modified: waska/trunk/waskaweb/model/statement.py
===================================================================
--- waska/trunk/waskaweb/model/statement.py 2012-04-17 10:04:10 UTC (rev 5929)
+++ waska/trunk/waskaweb/model/statement.py 2012-04-17 10:14:10 UTC (rev 5930)
@@ -16,7 +16,6 @@
'NACHNAME': escape(F.NA(self.case.last_name)),
'PLZ': escape(F.NA(self.case.plz)),
'STRASSE': escape(F.NA(self.case.street)),
- 'STRASSENR': escape(F.NA("")),
'ORT': escape(F.NA(self.case.city)),
'KA_NAME': escape(F.NA(self.agency.getName())),
'KA_ADRESSE': escape(F.NA(self.agency.getAddress())),
More information about the Mpuls-commits
mailing list