Skip to content

Commit e4da401

Browse files
author
Ezra Peisach
committed
Do not archive as note reminder messages
1 parent b52aeea commit e4da401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wwpdb/apps/msgmodule/io/MessagingIo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,8 @@ def sendSingle(self, depId, subject, msg, p_sender="auto", p_testemail=None, p_t
15811581
# No files are being attached
15821582
fileRefList = []
15831583

1584-
# We are archiving notes
1585-
isNote = True
1584+
# We are archiving notes -- not any more 3/30/26
1585+
# isNote = True
15861586

15871587
contextType = p_tmpltType # CS 2024-04-04 record message type, following frontend message-to-depositor drop-down list, default at "other"
15881588
contextVal = None

0 commit comments

Comments
 (0)