From a5c6244c837588fe896ba54ffd52422f57e3f584 Mon Sep 17 00:00:00 2001 From: BoHung Chiu Date: Sat, 22 Apr 2023 13:00:31 +0800 Subject: [PATCH] Fix bug. --- app/views/property_hires/hire.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/property_hires/hire.html.erb b/app/views/property_hires/hire.html.erb index d8c1e23..cb2506e 100644 --- a/app/views/property_hires/hire.html.erb +++ b/app/views/property_hires/hire.html.erb @@ -555,7 +555,7 @@ <% custom_field_inputs = {} %> <% custom_field_type = {"note_for_hire"=>"text_area"} %> <% if(property.enable_notes_selector rescue false) %> - <% custom_field_inputs["note_for_hire"] = render(:partial=>"notes_selector",:locals=>{:f=>f,:property=>property}) %> + <% custom_field_inputs["note_for_hire"] = render(:partial=>"property_hires/notes_selector",:locals=>{:f=>f,:property=>property}) %> <% end %> <% fields_name = property.get_all_fields %> <% has_p_hire_fields = property.p_hire_fields_enabled.count != 0