diff --git a/app/views/invoice/pdf.haml b/app/views/invoice/pdf.haml index 19778ec43..88d2c7bab 100644 --- a/app/views/invoice/pdf.haml +++ b/app/views/invoice/pdf.haml @@ -207,7 +207,7 @@ %dt= t(:phone) %dd= @invoice.buyer_phone - - if @invoice.buyer_phone.present? + - if @invoice.buyer_url.present? %dt= t(:url) %dd= @invoice.buyer_url