truncate error message from validation sql
This commit is contained in:
parent
1ca7a009d9
commit
06a3d735c3
@ -793,7 +793,7 @@ Public Class clsWorkEmail
|
||||
'{pCurrentMail.SenderAddress}',
|
||||
{CURRENT_PROFILE_GUID},
|
||||
'{pStatus}',
|
||||
'{pComment.Substring(0, 500)}'
|
||||
'{pComment.Truncate(500)}'
|
||||
)"
|
||||
Return _DB_MSSQL.ExecuteNonQuery(ins)
|
||||
End Function
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user