fix invoice description

This commit is contained in:
Georg Kahest 2016-08-31 14:33:41 +03:00
parent 1357e17a47
commit 52cf53343c
3 changed files with 13 additions and 11 deletions

View file

@ -112,10 +112,6 @@ class Invoice < ActiveRecord::Base
kit.to_pdf
end
def description
"Order nr. #{number}"
end
def pdf_name
"invoice-#{number}.pdf"
end