svsticky / constipated-koala

Management system for our study association
https://koala.svsticky.nl/
GNU General Public License v3.0
16 stars 4 forks source link

Change definition of 'unpaid activities' #992

Closed Riscky closed 2 years ago

Riscky commented 2 years ago

On the admins' payment page, we use a different definition of 'unpaid activities' compared to the new payment email (#981). The definition of the payment page does not use the payable attribute, but instead checks if the activities' startdate is in the past: https://github.com/svsticky/constipated-koala/blob/79ec26a5250437330910f5a43d7080c3f6c565c4/app/models/activity.rb#L71-L96