mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Fix condition of buyer_url display in invoice pdf
This commit is contained in:
parent
68750883f0
commit
474e27d325
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue