tpl/invoice-en.slim in polish_invoicer-0.0.19 vs tpl/invoice-en.slim in polish_invoicer-0.0.20
- old
+ new
@@ -149,30 +149,30 @@
.col-xs-6
b Razem do zapłaty:
.small
em Total to pay:
.col-xs-6
- b = "#{reverse_charge == true ? net_value : gross_value} PLN"
+ b = "#{reverse_charge == true ? net_value : gross_value} #{currency}"
.row
.col-xs-6
| Zapłacono:
.small
em Amount paid:
.col-xs-6
- if paid
- = "#{reverse_charge == true ? net_value : gross_value} PLN"
+ = "#{reverse_charge == true ? net_value : gross_value} #{currency}"
- else
- | 0,00 PLN
+ = "0,00 #{currency}"
.row
.col-xs-6
| Zostało do zapłaty:
.small
em Left to pay:
.col-xs-6
- if paid
- | 0,00 PLN
+ = "0,00 #{currency}"
- else
- = "#{reverse_charge == true ? net_value : gross_value} PLN"
+ = "#{reverse_charge == true ? net_value : gross_value} #{currency}"
.col-xs-6
- if comments.any?
b Uwagi:
.small