bugfix : erreur lorsque pas de prix de livraison
This commit is contained in:
parent
af679aa8dd
commit
2e27a2ef04
@ -83,7 +83,7 @@
|
||||
=price_line.title
|
||||
|
||||
|
||||
-if price_line.ship_price_ht > 0.0
|
||||
-if price_line.ship_price_ht.to_f > 0.0
|
||||
="+ livraison incluse"
|
||||
%br
|
||||
Livraison :
|
||||
|
Loading…
x
Reference in New Issue
Block a user