Visualizza <%= EmoFund.label(1) %>

<%= edit_table_open %> <%= edit_table_row EmoFund.human_attribute_name(:codice), (@emo_fund.codice) %> <%= edit_table_row EmoFund.human_attribute_name(:descrizione), (@emo_fund.descrizione) %> <%= edit_table_row EmoFund.human_attribute_name(:srg_qec_fund_id),(@emo_fund.srg_qec_fund_id? ? link_to(@emo_fund.srg_qec_fund.format_for_formselect, srg_qec_fund_path(@emo_fund.srg_qec_fund_id) ) : nil) %> <%= edit_table_row EmoFund.human_attribute_name(:srg_adactype_id),(@emo_fund.srg_adactype.present? ? link_to(@emo_fund.srg_adactype.format_for_formselect, srg_adactype_path(@emo_fund.srg_adactype_id) ) : nil) %> <%= edit_table_row EmoFund.human_attribute_name(:in_use), ( check_box_tag :in_use, :in_use, @emo_fund.in_use, disabled: true) %> <%= edit_table_close %> <%= show_record_info(@emo_fund) %>
<%= iconbutton_backtoindex emo_funds_path, "Vai all'elenco", @filter_params %> <%= iconbutton_edit edit_emo_fund_path(@emo_fund) %> <%= iconbutton_delete @emo_fund, "Elimina questa cassa emolumenti" %>