You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/organizations/edit.html.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@
171
171
172
172
<h4>Exports</h4>
173
173
<%=f.input:include_in_kind_values_in_exported_files,label: 'Include in-kind value in donation and distribution exports?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
174
+
<%=f.input:include_packages_in_distribution_export,label: 'Include packages in distribution export?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
174
175
175
176
<h4>Annual Survey</h4>
176
177
<%=f.input:repackage_essentials,label: 'Does your Bank repackage essentials?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
0 commit comments