[BACK]Return to rt_invoices.pl CVS log [TXT][DIR] Up to [local] / RT / Invoicing

Diff for /RT/Invoicing/rt_invoices.pl between version 1.36 and 1.37

version 1.36, 2011/05/18 20:03:17 version 1.37, 2011/05/26 02:09:36
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $AFresh1: rt_invoices.pl,v 1.35 2011/05/18 19:02:36 andrew Exp $  # $AFresh1: rt_invoices.pl,v 1.36 2011/05/18 19:03:17 andrew Exp $
 ########################################################################  ########################################################################
 # Copyright (c) 2011 Andrew Fresh <andrew@afresh1.com>  # Copyright (c) 2011 Andrew Fresh <andrew@afresh1.com>
 #  #
Line 122 
Line 122 
                 $type = '' if $type eq 'default';                  $type = '' if $type eq 'default';
                 $fee->{detail} .= " $discount_time $type Hours Discounted";                  $fee->{detail} .= " $discount_time $type Hours Discounted";
             }              }
   
               last if $discount_time == $fee->{count};
         }          }
     }      }
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>