Add a new UserGroupRight to control access to open/close months.
[capital-apms-progress.git] / trigger / detntlse.p
blob6e042fd9126c343b6a039c656347fa42322bcd66
1 TRIGGER PROCEDURE FOR DELETE OF TenancyLease.
3 FOR EACH TenancyOutgoing OF TenancyLease:
4 DELETE TenancyOutgoing.
5 END.
7 FOR EACH RentCharge OF TenancyLease:
8 DELETE RentCharge.
9 END.
11 FOR EACH RentReview OF TenancyLease:
12 DELETE RentReview.
13 END.