Remove unused db column

This commit is contained in:
Artur Beljajev 2019-08-11 22:02:19 +03:00
parent d34e6430a2
commit 5a68035818
5 changed files with 20 additions and 31 deletions

View file

@ -57,7 +57,7 @@
%th{class: 'col-xs-3'}= t(:total)
%tbody
- @invoices.each do |invoice|
%tr.invoice
%tr
%td= link_to(invoice, [:registrar, invoice])
- if invoice.paid?
%td= l invoice.receipt_date