test #277

Merged
klaus merged 13 commits from test into main 2025-03-05 09:44:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2dd75ae7e8 - Show all commits

View File

@ -656,7 +656,7 @@ class MemberService(
member.adid = adid
}
if (pid != member.activePid) {
if (pid != member.activePid && pid.isNotBlank()) {
member.activePid = pid
member.partnerExpirationDatetime = LocalDateTime.now().plusYears(1)
}