Skip to content

Commit

Permalink
Merge pull request #944 from bcgov/defect-ALR-1721
Browse files Browse the repository at this point in the history
ALR-1721
  • Loading branch information
GandlojuVishwantha authored Jul 10, 2024
2 parents d8d6e35 + 904c064 commit 5010a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public with sharing class RenewalManagementControllerBatch implements Database.B
+' (SELECT Id, Location.VisitorAddress.Address FROM AssociatedLocations LIMIT 1),'//ALR-560
+' (SELECT RegistrationCertificate__c FROM AccountBusinessLicenses__r WHERE Status =: activeStatusBl LIMIT 1),'//ALR-560
+' (SELECT ContactId, Contact.Name, Contact.Phone, Contact.Email, Contact.MobilePhone, Roles FROM AccountContactRelations'//ALR-560
+' WHERE IsActive = TRUE LIMIT 1),'//ALR-560 //ALR-854 - Added ContactId
+' WHERE PrimaryContact__c = TRUE AND IsActive = TRUE LIMIT 1),'//ALR-560 //ALR-854 - Added ContactId
+' (SELECT Id FROM BusinessLicenseApplicationAccount WHERE RecordType.DeveloperName =: blaRecType'
+' AND Status !=: blaCancelledStatus AND RenewalYear__c =: renewalYear),'
+' (SELECT Id, Type__c, Quantity, Amount__c FROM Assets WHERE RecordType.DeveloperName =: parentAssetRT'
Expand Down

0 comments on commit 5010a4b

Please sign in to comment.