Merge pull request #1255 from shlok007/display-paid-and-unpaid-tickets
Display paid and unpaid tickets in admin/tickets#show
This commit is contained in:
commit
45c3c73e57
3 changed files with 16 additions and 21 deletions
|
|
@ -33,5 +33,5 @@
|
|||
%td
|
||||
= buyer.affiliation
|
||||
%td
|
||||
= @ticket.paid?(buyer)
|
||||
= @ticket.tickets_paid(buyer)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue