Hello,

i want to use the automatic customer notification and this dont work,
because in the function SendCustomerNotification the call to ArticleSend
was use with no parameter Type and Charset.

I fix this and send you this patch.
This patch is for the version 2.0.x of topical cvs.

By
Thomas

diff -Naur otrs-orig/Kernel/System/Ticket/Article.pm otrs/Kernel/System/Ticket/Article.pm
--- otrs-orig/Kernel/System/Ticket/Article.pm	Wed Apr 20 12:24:56 2005
+++ otrs/Kernel/System/Ticket/Article.pm	Wed Apr 20 12:27:55 2005
@@ -1745,6 +1745,8 @@
         To => $Article{From},
         Subject => $Notification{Subject},
         UserID => $Param{UserID},
+	Type => 'text/plain',
+	Charset => $Notification{Charset},
         Body => $Notification{Body},
         Loop => 1,
     );
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to