diff --git a/edi_944_to_table.py b/edi_944_to_table.py index f05ea28..ef81c45 100644 --- a/edi_944_to_table.py +++ b/edi_944_to_table.py @@ -186,7 +186,7 @@ def process_return(edi_filename: pathlib.Path): x3_sku = gtin_to_sku(gtin)['ITMREF_0'] uom = fix_uom(uom) line_data.append(f'{x3_sku} {qty_str} {uom} {lot}') - simple_email_notification.email_noticication(['bleeson@stashtea.com'], + simple_email_notification.email_noticication(['bleeson@stashtea.com','scrinvoices@stashtea.com','business@stashtea.com'], 'Shandex Return',line_data) diff --git a/import_944s.py b/import_944s.py index 617d8ac..14424e5 100644 --- a/import_944s.py +++ b/import_944s.py @@ -118,7 +118,7 @@ SUBDETAIL_NAMES = ['S','sta','pcu','qtypcu','lot','bpslot','sernum'] def unvalidated_shipments_alert(unvalidated_shipments): to_addresses = ['bleeson@stashtea.com','icortes@yamamotoyama.com','mdelacruz@yamamotoyama.com', - 'dalmanza@yamamotoyama.com','jpena@yamamotoyama.com'] + 'dalmanza@yamamotoyama.com','jpena@yamamotoyama.com', 'scatalan@yamamotoyama.com'] subject = 'Shandex: Unvalidated shipments awaiting receipt' body_text = ['Shipments pending validation:'] for record in unvalidated_shipments: