From: kenstir Date: Mon, 12 Oct 2015 02:04:13 +0000 (-0400) Subject: place hold: default email notification to true X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c710f7052621f3d49cbfd40d8d26b357907c1952;p=working%2FEvergreen.git place hold: default email notification to true --- diff --git a/Open-ILS/src/Android/core/src/org/evergreen_ils/accountAccess/holds/PlaceHold.java b/Open-ILS/src/Android/core/src/org/evergreen_ils/accountAccess/holds/PlaceHold.java index 84303eda0f..0c6b20203b 100644 --- a/Open-ILS/src/Android/core/src/org/evergreen_ils/accountAccess/holds/PlaceHold.java +++ b/Open-ILS/src/Android/core/src/org/evergreen_ils/accountAccess/holds/PlaceHold.java @@ -158,6 +158,7 @@ public class PlaceHold extends ActionBarActivity { title.setText(record.title); author.setText(record.author); physical_description.setText(record.physical_description); + email_notification.setChecked(true); // hide edit text disableView(thaw_date_edittext);