mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
remove checks of displayed variables, as requested in: https://github.com/internetee/registry/pull/1346#discussion_r332424910
This commit is contained in:
parent
0d1e00b649
commit
d1d484bc0c
1 changed files with 5 additions and 5 deletions
|
@ -195,23 +195,23 @@
|
|||
%dt= t(:reg_no)
|
||||
%dd= @invoice.buyer_reg_no
|
||||
|
||||
- if @invoice.buyer_address.present?
|
||||
- @invoice.buyer_address.present?
|
||||
%dt= t(:address)
|
||||
%dd= @invoice.buyer_address
|
||||
|
||||
- if @invoice.buyer_country.present?
|
||||
- @invoice.buyer_country.present?
|
||||
%dt= t(:country)
|
||||
%dd= @invoice.buyer_country
|
||||
|
||||
- if @invoice.buyer_phone.present?
|
||||
- @invoice.buyer_phone.present?
|
||||
%dt= t(:phone)
|
||||
%dd= @invoice.buyer_phone
|
||||
|
||||
- if @invoice.buyer_url.present?
|
||||
- @invoice.buyer_url.present?
|
||||
%dt= t(:url)
|
||||
%dd= @invoice.buyer_url
|
||||
|
||||
- if @invoice.buyer_email.present?
|
||||
- @invoice.buyer_email.present?
|
||||
%dt= t(:email)
|
||||
%dd= @invoice.buyer_email
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue