This commit is contained in:
Nicolas Bally 2018-04-10 12:56:13 +02:00
parent aa1964a4a2
commit bc95b6a4e4

View File

@ -40,7 +40,7 @@
%th Référence %th Référence
%th Nom %th Nom
%th Nbr %th Nbr
-if @fournisseur.id != 4 and @fournisseur.id != 5 -if true
%th Prix U. HT %th Prix U. HT
@ -59,7 +59,7 @@
-sub_products.each do |sub_product| -sub_products.each do |sub_product|
-i += sub_product.qte_tot -i += sub_product.qte_tot
=i =i
-if @fournisseur.id != 4 and @fournisseur.id != 5 -if true
%td %td
=number_to_currency sub_products[0].price_ht =number_to_currency sub_products[0].price_ht