diff options
| -rw-r--r-- | FS/FS/cust_main/Billing.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index e78f3148a..f4842e6e8 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1218,7 +1218,7 @@ sub _handle_taxes {      }      if ($separate || $usage_mandate) { -      $hash{section} = $section if ($separate || $usage_mandate); +      $hash{section} = $section if $section;        push @display, new FS::cust_bill_pkg_display { type => 'U', %hash };      }  | 
