patch for missed params in SendCustomerNotification

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

Hi Thomas, thanks for your patch. :) I'll check this. -Martin Thomas Kaminski wrote:
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, );
------------------------------------------------------------------------

Hi Thomas, Thomas Kaminski wrote:
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.
Thanks, I added it! :)
By Thomas
Martin -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Martin Edenhofer
-
Thomas Kaminski