diff options
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
| -rw-r--r-- | FS/FS/Template_Mixin.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index 3c063f9eb..54a5d132e 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -1086,7 +1086,7 @@ sub print_generic {      }    } else {      # subtotal sectioning is the same as for the actual invoice sections -    @summary_subtotals = @sections; +    @summary_subtotals = grep $_->{subtotal}, @sections;    }    # Hereafter, push sections to both @sections and @summary_subtotals  | 
