Line 155 in reg6/staff/views.py calls a non-existent function
models.attendees.validate prior to savings cash orders in the CashValidate
view.
attendee = model.Attendee()
invalid = attendee.validate()
Is this still required? Can it be safely removed, or should it be replaced
with a new function?
For now I've commented this out in TLF's SCALREG instance so as to restore
cash payment functionality. Everything seems to work, but I assume there
are some cases now in which invalid data can be saved during cash transactions.
Original issue reported on code.google.com by i...@fonz.net on 10 Apr 2010 at 5:56
Original issue reported on code.google.com by
i...@fonz.net
on 10 Apr 2010 at 5:56