remove all conditions from view var display

This commit is contained in:
Georg Kahest 2019-10-10 01:24:05 +03:00
parent d1d484bc0c
commit 52dc69d545

View file

@ -195,23 +195,18 @@
%dt= t(:reg_no)
%dd= @invoice.buyer_reg_no
- @invoice.buyer_address.present?
%dt= t(:address)
%dd= @invoice.buyer_address
- @invoice.buyer_country.present?
%dt= t(:country)
%dd= @invoice.buyer_country
- @invoice.buyer_phone.present?
%dt= t(:phone)
%dd= @invoice.buyer_phone
- @invoice.buyer_url.present?
%dt= t(:url)
%dd= @invoice.buyer_url
- @invoice.buyer_email.present?
%dt= t(:email)
%dd= @invoice.buyer_email