X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FTemplate_Mixin.pm;h=17863a11529acd16fcc2c03d2725df863b924294;hp=412a5b036a400ce36da703f7f9f78503fc7b6f08;hb=9f5cb17360a9ff003e545c463b5da066d5cdfa6d;hpb=1a6d6a44c8752057c638991c3576d7a1ea1e87a0 diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index 412a5b036..17863a115 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -1370,7 +1370,7 @@ sub print_generic { # credits my $credittotal = 0; foreach my $credit ( - $self->_items_credits( 'template' => $template, 'trim_len' => 60 ) + $self->_items_credits( 'template' => $template, 'trim_len' => 50 ) ) { my $total;