Skip to content

Commit 1788793

Browse files
authored
Merge pull request #46 from Scouterna/utv
Utv
2 parents 785a916 + d34a45f commit 1788793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemensamma_funktioner.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function fetchScoutnetMembersOneMailinglist(scoutnet_list_id, cell_scoutnet_list
246246
var variabel_lista_not_lowercase = ['member_no', 'first_name', 'last_name', 'mobile_phone'];
247247

248248
//Dessa attributvärden ska användas som gemener för bättre jämförelser
249-
var variabel_lista_lowercase = ['email', 'email_mum', 'email_dad', 'alt_email', 'extra_emails'];
249+
var variabel_lista_lowercase = ['email', 'email_mum', 'email_dad', 'alt_email', 'extra_emails', 'contact_email_mum', 'contact_email_dad', 'contact_alt_email'];
250250

251251
var member = setMemberFields(medlem, variabel_lista_not_lowercase, variabel_lista_lowercase);
252252

Medlemslistor.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function MedlemslistorVissaRaderSkickaEnbartTmp() {
3131
* @param {boolean} shouldSend - om e-brev ska skickas ut till medlemlemslistan
3232
*/
3333
function MedlemslistorEnRad(radNummer, shouldUpdate, shouldSend) {
34-
Medlemslistor(radNummer, radNummer, shouldUpdate, shouldSend)
34+
Medlemslistor(radNummer, radNummer, shouldUpdate, shouldSend);
3535
}
3636

3737

0 commit comments

Comments
 (0)