Fix condition of buyer_url display in invoice pdf

This commit is contained in:
Georg Kahest 2019-10-08 11:41:10 +03:00
parent 68750883f0
commit 474e27d325

View file

@ -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