Update access code for DocumentForwarded constant

Changed the value of the constant `DocumentForwarded` from `4001` to `2006` to align it with the other access codes, which are now consistently in the range of `2001` to `2009`.
This commit is contained in:
Developer 02 2025-05-11 13:15:25 +02:00
parent 040cf8641d
commit 5504093591

View File

@ -20,7 +20,7 @@
AccessCodeIncorrect = 2003 AccessCodeIncorrect = 2003
DocumentOpened = 2004 DocumentOpened = 2004
DocumentSigned = 2005 DocumentSigned = 2005
DocumentForwarded = 4001 DocumentForwarded = 2006
DocumentRejected = 2007 DocumentRejected = 2007
EnvelopeShared = 2008 EnvelopeShared = 2008
EnvelopeViewed = 2009 EnvelopeViewed = 2009