fix(notify): fixed to plantto plant that would cause multiple emails to be sent and never update
This commit is contained in:
@@ -170,9 +170,9 @@ export const note: any = [
|
||||
"This is the plant to plant edi that will send an edi to the email once it ships, the emails will be for the receiving plants",
|
||||
checkInterval: 15,
|
||||
timeType: "min",
|
||||
emails: "",
|
||||
emails: "blake.matthes@alpla.com;Maritza.Hernandez@alpla.com",
|
||||
active: false,
|
||||
notifiySettings: { processedBol: [500] },
|
||||
notifiySettings: { processedBol: [500], includeAll: false },
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user