Display paid and unpaid tickets in admin/tickets#show

This commit is contained in:
shlok007 2017-01-23 09:19:15 +05:30
parent c552d08b8e
commit d974807134
3 changed files with 16 additions and 21 deletions

View file

@ -33,5 +33,5 @@
%td
= buyer.affiliation
%td
= @ticket.paid?(buyer)
= @ticket.tickets_paid(buyer)