Skip to content

Commit

Permalink
Merge pull request #575 from navikt/bto_journal
Browse files Browse the repository at this point in the history
Update STO_ThreadJournalBatcher.cls
  • Loading branch information
EirikFladby authored Feb 23, 2024
2 parents 6f2efa5 + 12dd10b commit 4a65552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public without sharing class STO_ThreadJournalBatcher implements Database.Batcha
}

private String getJournalConditions() {
return 'CRM_Thread__r.CRM_isActive__c = false AND CRM_Thread__r.STO_Sensitive_Information__c = false AND CRM_Thread__r.CRM_Type__c IN (\'STO\', \'STB\') AND Journal_Entry_Status__c = \'In Progress\'';
return 'CRM_Thread__r.CRM_isActive__c = false AND CRM_Thread__r.STO_Sensitive_Information__c = false AND CRM_Thread__r.CRM_Type__c IN (\'STO\', \'STB\', \'BTO\') AND Journal_Entry_Status__c = \'In Progress\'';
}

public String getJournalEntriesToJournal() {
Expand Down

0 comments on commit 4a65552

Please sign in to comment.