|
|
@ -56,7 +56,7 @@ |
|
|
|
profit_status_options(@organisation.provider_type), |
|
|
|
profit_status_options(@organisation.provider_type), |
|
|
|
:id, |
|
|
|
:id, |
|
|
|
:name, |
|
|
|
:name, |
|
|
|
label: { text: "Is the organisation for-profit?", size: "m" }, |
|
|
|
label: { text: "Is the organisation for profit?", size: "m" }, |
|
|
|
options: { disabled: [""], selected: @organisation.profit_status || "" } %> |
|
|
|
options: { disabled: [""], selected: @organisation.profit_status || "" } %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|