# HG changeset patch # User bsw # Date 1460906593 -7200 # Node ID 4be7efb236ce5e3340a12a24ce15727be853387c # Parent f7380592513a6befb97094b90ab47f88e663325e Fixes on notification system diff -r f7380592513a -r 4be7efb236ce app/main/member/settings_notification.lua --- a/app/main/member/settings_notification.lua Sun Apr 17 17:21:42 2016 +0200 +++ b/app/main/member/settings_notification.lua Sun Apr 17 17:23:13 2016 +0200 @@ -83,7 +83,8 @@ { id = 6, name = _"Saturday" } }, foreign_id = "id", - foreign_name = "name" + foreign_name = "name", + value = app.session.member.notification_dow } slot.put(" ") @@ -103,6 +104,7 @@ foreign_records = foreign_records, foreign_id = "id", foreign_name = "name", + value = app.session.member.notification_hour } end }