[Rt-commit] rt branch, html-templates, updated. rt-3.9.4-487-g1d00fc7
Thomas Sibley
trs at bestpractical.com
Thu Nov 18 12:05:24 EST 2010
The branch, html-templates has been updated
via 1d00fc76ece8e5ed07671ccbaa5590ebf2581f3c (commit)
from 897807d0dbda66bde9467cc950218629c2e6baf4 (commit)
Summary of changes:
etc/initialdata | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1d00fc76ece8e5ed07671ccbaa5590ebf2581f3c
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Nov 18 11:50:28 2010 -0500
Use $Approver->Name which is actually correct
The corresponding plain text template was fixed in 3.8-trunk and that
change will be merged to 3.9-trunk in the future.
diff --git a/etc/initialdata b/etc/initialdata
index 7c6baf4..778915e 100755
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -520,7 +520,7 @@ Content-Type: text/html
<p>Greetings,</p>
-<p>Your ticket has been rejected by <b>{ eval { $Approval->OwnerObj->Name } }</b>.</p>
+<p>Your ticket has been rejected by <b>{ eval { $Approver->Name } }</b>.</p>
<p>Approver\'s notes:</p>
<blockquote>{ $Notes }</blockquote>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list