From af27b769e122f06789caf800df5b515a054f2f27 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 20 Nov 2019 15:43:54 +0100 Subject: [PATCH] suite --- app/views/admin/p_customer_sheets/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/p_customer_sheets/_form.html.haml b/app/views/admin/p_customer_sheets/_form.html.haml index 93c9221..b9bc1e2 100755 --- a/app/views/admin/p_customer_sheets/_form.html.haml +++ b/app/views/admin/p_customer_sheets/_form.html.haml @@ -181,7 +181,7 @@ = form.input :particular_send_id, :collection => @p_customer_sheet.p_customer.particulars.all, :as => :select, :member_label => :address_line, :include_blank => false, :label => "Adresse de livraison" -else =form.inputs do - = form.input :particular_send_id, :collection => [], :as => :select, :include_blank => false, :label => "Adresse de facturation" + = form.input :particular_send_id, :collection => [], :as => :select, :include_blank => false, :label => "Adresse de livraison" .clear