tpl/invoice-en.slim in polish_invoicer-0.0.20 vs tpl/invoice-en.slim in polish_invoicer-0.0.21
- old
+ new
@@ -170,9 +170,17 @@
.col-xs-6
- if paid
= "0,00 #{currency}"
- else
= "#{reverse_charge == true ? net_value : gross_value} #{currency}"
+ - if currency != 'PLN'
+ .row
+ .col-xs-6
+ | Kurs waluty:
+ .small
+ em Exchange rate:
+ .col-xs-6
+ = exchange_rate
.col-xs-6
- if comments.any?
b Uwagi:
.small