place hold: default email notification to true
authorkenstir <kenstir@gmail.com>
Mon, 12 Oct 2015 02:04:13 +0000 (22:04 -0400)
committerkenstir <kenstir@gmail.com>
Mon, 12 Oct 2015 02:04:13 +0000 (22:04 -0400)
Open-ILS/src/Android/core/src/org/evergreen_ils/accountAccess/holds/PlaceHold.java

index 84303ed..0c6b202 100644 (file)
@@ -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);