X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FArticles%2FArticle%2FExtractFromTicket.html;h=b322d001211b221fdcb0da28160f28114f8a3677;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=c007585fdccbe8834a3c21dc46120e21f0920803;hpb=6894828ab5a66e53ad6945cc14e6cd9f9c3b67f7;p=freeside.git diff --git a/rt/share/html/Articles/Article/ExtractFromTicket.html b/rt/share/html/Articles/Article/ExtractFromTicket.html index c007585fd..b322d0012 100644 --- a/rt/share/html/Articles/Article/ExtractFromTicket.html +++ b/rt/share/html/Articles/Article/ExtractFromTicket.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -64,7 +64,7 @@ % my $i; % while ( my $trans = $transactions->Next ) { -% next unless $trans->Content; +% next unless $trans->HasContent && $trans->Content;