From 2e27a2ef04d2bfda50e37517effa9acb9b4a7489 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 16 Sep 2020 14:45:34 +0200 Subject: [PATCH] bugfix : erreur lorsque pas de prix de livraison --- app/views/admin/p_customer_sheets/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/p_customer_sheets/show.html.haml b/app/views/admin/p_customer_sheets/show.html.haml index 065ebae..5ef6dad 100644 --- a/app/views/admin/p_customer_sheets/show.html.haml +++ b/app/views/admin/p_customer_sheets/show.html.haml @@ -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 :