HOTFIX
* corrects behaviour of lanis link generation for EIV and KOM
This commit is contained in:
@@ -493,7 +493,7 @@ class Compensation(AbstractCompensation, CEFMixin, CoherenceMixin, PikMixin):
|
||||
try:
|
||||
is_old_entry = self.intervention.legal.binding_date < LKOMPVZVO_PUBLISH_DATE
|
||||
except TypeError:
|
||||
is_old_entry = True
|
||||
is_old_entry = False
|
||||
|
||||
if is_old_entry:
|
||||
retval = COMPENSATION_LANIS_LAYER_NAME_UNRECORDED_OLD_ENTRY
|
||||
|
||||
Reference in New Issue
Block a user