Added note about removing TECN from POU when cancelled

This commit is contained in:
Chase Tucker
2024-07-10 09:33:29 -07:00
parent 10dbd08cd2
commit c97ce37238
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<font size="2" face="verdana"> <font size="2" face="verdana">
*****Please DO NOT reply to this email***** *****Please DO NOT reply to this email*****
<br/><br/> <br/><br/>
{3}# {0} has been Cancelled. The cancellation date is {4} {3}# {0} has been Cancelled. Please remove posted TECN from point of use. The cancellation date is {4}
Please review the cancelled TECN form in the attachment. Please review the cancelled TECN form in the attachment.
<br/><br/> <br/><br/>
https://messa016ec.infineon.com/ECN/Edit?issueID={1} https://messa016ec.infineon.com/ECN/Edit?issueID={1}

View File

@ -96,7 +96,7 @@
</authentication> </authentication>
<sessionState mode="InProc" timeout="86400" /> <sessionState mode="InProc" timeout="86400" />
<compilation debug="true" targetFramework="4.8" /> <compilation debug="true" targetFramework="4.8" />
<httpRuntime targetFramework="4.5" maxRequestLength="1048576" requestValidationMode="2.0" /> <httpRuntime targetFramework="4.8" maxRequestLength="1048576" requestValidationMode="2.0" />
<membership> <membership>
<providers> <providers>
<!--<add name="ADMembershipProvider" <!--<add name="ADMembershipProvider"