Remove extra whitespace chars from pdf.haml

This commit is contained in:
Georg Kahest 2019-10-08 11:43:12 +03:00
parent 474e27d325
commit 0d1e00b649

View file

@ -174,14 +174,14 @@
%dt= t(:payment_term)
%dd Prepayment
%dt= t(:invoice_number)
%dd= @invoice.number
- if @invoice.description.present?
%dt= t(:description)
%dd=@invoice.description
%dt= Invoice.human_attribute_name :reference_no
%dd= @invoice.reference_no