Dear ProjeQtOr developers,
My team was frustrated because when a new version of a document was added to a document, the email they receive didn't include anything regarding the document version.
So I added a document version section in the code and I believe it's worth adding to original ProjeQtOr version.
In SqlElement.php, in getMailDetail() function, it should be added around line 5361, just before the line
The following code:
My team was frustrated because when a new version of a document was added to a document, the email they receive didn't include anything regarding the document version.
So I added a document version section in the code and I believe it's worth adding to original ProjeQtOr version.
In SqlElement.php, in getMailDetail() function, it should be added around line 5361, just before the line
The following code: