From 8f06685605b77a64f860daef9bc219740162364c Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 18 Aug 2020 16:53:57 +0300 Subject: [PATCH] resolve https://github.com/internetee/registry/pull/1346#discussion_r341532341 --- app/views/invoice/pdf.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)