From: jeff Date: Wed, 26 May 2010 16:11:59 +0000 (+0000) Subject: correct uncorrected tyop X-Git-Tag: root_of_svc_elec_features~217 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4e13a8a470a20ee8b59d95bdf4c6b033a4c10a8d correct uncorrected tyop --- diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm index 87f2014f5..550dca53c 100644 --- a/FS/FS/tax_rate.pm +++ b/FS/FS/tax_rate.pm @@ -1984,13 +1984,13 @@ EOF print $report < <% '$tax->{label}' %> - <% $tax->{base} ? qq!! : '' %> + <% ($tax->{base}) ? qq!! : '' %> <% '$money_char' %><% sprintf('%.2f', $tax->{'tax'} ) %> <% !($tax->{base}) ? qq!! : '' %> - <% $tax->{base} ? qq!! : '' %> + <% ($tax->{base}) ? qq!! : '' %> <% '$money_char' %><% sprintf('%.2f', $tax->{'credit'} ) %>