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
@@ -131,6 +131,7 @@
131
131
<%=f.input:one_step_partner_invite,label: 'Use One Step Invite and Approve partner process?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
132
132
<%=f.input:hide_value_columns_on_receipt,label: 'Hide both value columns on distribution receipts?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
133
133
<%=f.input:hide_package_column_on_receipt,label: 'Hide the package column on distribution receipts?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
134
+
<%=f.input:receive_email_on_requests,label: 'Receive email when partner makes a request?',as: :radio_buttons,collection: [[true,'Yes'],[false,'No']],label_method: :second,value_method: :first%>
134
135
135
136
<%default_email_text_hint="You can use the variables <code>%{partner_name}</code>, <code>%{delivery_method}</code>, <code>%{distribution_date}</code>, and <code>%{comment}</code> to include the partner's name, delivery method, distribution date, and comments sent in the request."%>
0 commit comments