diff --git a/app/views/invoice/pdf.haml b/app/views/invoice/pdf.haml index 3fae850dc..ffcf12106 100644 --- a/app/views/invoice/pdf.haml +++ b/app/views/invoice/pdf.haml @@ -195,7 +195,7 @@ %dt= t(:reg_no) %dd= @invoice.buyer_reg_no - %dt= t(:address) + %dt= Invoice.human_attribute_name :address %dd= @invoice.buyer_address %dt= t(:country)