18 Jun 2013 16:30
[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Modules AgentTicketPrint.pm, 1.13, 1.14 AgentTicketEmail.pm, 1.48, 1.49 AgentTicketPhone.pm, 1.57, 1.58 AgentTicketActionCommon.pm, 1.38, 1.39 CustomerTicketZoom.pm, 1.25, 1.26 AgentTicketZoom.pm, 1.43, 1.44
CVS commits notifications of OTRS.org <cvs-log <at> otrs.org>
2013-06-18 14:30:08 GMT
2013-06-18 14:30:08 GMT
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv22690/Kernel/Modules
Modified Files:
AgentTicketPrint.pm AgentTicketEmail.pm AgentTicketPhone.pm
AgentTicketActionCommon.pm CustomerTicketZoom.pm
AgentTicketZoom.pm
Log Message:
Updated file to latest framework version.
Author: ub
Index: AgentTicketPrint.pm
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules/AgentTicketPrint.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- AgentTicketPrint.pm 26 Mar 2013 14:14:00 -0000 1.13
+++ AgentTicketPrint.pm 18 Jun 2013 14:30:03 -0000 1.14
<at> <at> -172,13 +172,12 <at> <at>
# check if only one article need printed
if ($ArticleID) {
- my <at> NewArticleBox;
+
+ ARTICLE:
for my $Article ( <at> ArticleBox) {
if ( $Article->{ArticleID} == $ArticleID ) {
- <at> NewArticleBox = ($Article);
(Continue reading)
RSS Feed