This commit is contained in:
Nicolas Bally 2020-11-14 10:37:43 +01:00
parent 4519c9040e
commit 2bd683a2b9

View File

@ -197,7 +197,7 @@
-price_line_block.price_lines.each do |price_line| -price_line_block.price_lines.each do |price_line|
%tr %tr
%td %td{:style => "padding-bottom:10px;"}
-if price_line.location_template -if price_line.location_template
Forfait Forfait
="#{price_line.qte}J location" ="#{price_line.qte}J location"
@ -234,6 +234,7 @@
=price_line.title =price_line.title
%td.numeraire %td.numeraire
=price_line.tva_account_value.to_s+"%" if price_line.qte != 0.0 =price_line.tva_account_value.to_s+"%" if price_line.qte != 0.0