Skip to content

Commit

Permalink
Merge pull request #46 from Scouterna/utv
Browse files Browse the repository at this point in the history
Utv
  • Loading branch information
webbmastern authored Sep 9, 2021
2 parents 785a916 + d34a45f commit 1788793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemensamma_funktioner.gs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function fetchScoutnetMembersOneMailinglist(scoutnet_list_id, cell_scoutnet_list
var variabel_lista_not_lowercase = ['member_no', 'first_name', 'last_name', 'mobile_phone'];

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

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

Expand Down
2 changes: 1 addition & 1 deletion Medlemslistor.gs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function MedlemslistorVissaRaderSkickaEnbartTmp() {
* @param {boolean} shouldSend - om e-brev ska skickas ut till medlemlemslistan
*/
function MedlemslistorEnRad(radNummer, shouldUpdate, shouldSend) {
Medlemslistor(radNummer, radNummer, shouldUpdate, shouldSend)
Medlemslistor(radNummer, radNummer, shouldUpdate, shouldSend);
}


Expand Down

0 comments on commit 1788793

Please sign in to comment.