tpl/invoice.slim in polish_invoicer-0.0.22 vs tpl/invoice.slim in polish_invoicer-0.0.23

- old
+ new

@@ -103,10 +103,12 @@ br | Zostało do zapłaty: - if currency != 'PLN' br | Kurs waluty: + br + | Podatek w PLN: .col-xs-3 b = "#{gross_value} #{currency}" br - if paid = "#{gross_value} #{currency}" @@ -118,9 +120,11 @@ - else = "#{gross_value} #{currency}" - if currency != 'PLN' br = exchange_rate + br + = "#{exchanged_tax} PLN" - if comments.any? .col-xs-6 b Uwagi: br - comments.each do |line|