shawshank-redemption / scalereg

Automatically exported from code.google.com/p/scalereg
Other
0 stars 0 forks source link

reg6/staff/views.py calls non-existent model.attendees.validate function #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed by r370.

Original comment by zhang...@gmail.com on 4 Aug 2010 at 6:48