Ignore:
Timestamp:
5 May 2023, 06:06:34 (19 months ago)
Author:
Henrik Bettermann
Message:

New dates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/viewlets.py

    r17136 r17404  
    3333from waeup.kofa.students.viewlets import (
    3434    AddPreviousPaymentActionButton, AddBalancePaymentActionButton,
    35     StudentPersonalEditActionButton)
     35    StudentPersonalEditActionButton, AdmissionSlipActionButton)
    3636
    3737from kofacustom.nigeria.interfaces import MessageFactory as _
     
    9393        #if not self.context.is_fresh:
    9494        #    return ''
     95        return self.view.url(self.view.context, self.target)
     96
     97class AdmissionSlipActionButton(AdmissionSlipActionButton):
     98
     99    @property
     100    def target_url(self):
     101        if not self.context.is_fresh:
     102            return ''
    95103        return self.view.url(self.view.context, self.target)
    96104
Note: See TracChangeset for help on using the changeset viewer.