trim credit reasons to 50 chars to avoid messing up typesetting, RT#27744
[freeside.git] / FS / FS / Template_Mixin.pm
index 412a5b0..17863a1 100644 (file)
@@ -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;