[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.48 and 1.49

version 1.48, 2012/11/28 02:23:34 version 1.49, 2013/02/05 03:41:58
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $AFresh1: rt_invoices.pl,v 1.47 2012/01/31 04:36:28 andrew Exp $  # $AFresh1: rt_invoices.pl,v 1.48 2012/11/28 02:23:34 andrew Exp $
 ########################################################################  ########################################################################
 # Copyright (c) 2011 Andrew Fresh <andrew@afresh1.com>  # Copyright (c) 2011 Andrew Fresh <andrew@afresh1.com>
 #  #
Line 202 
Line 202 
   
         next unless $cust;          next unless $cust;
         next unless $cust->{invoice};          next unless $cust->{invoice};
           next unless $credits->{$custid} < 0;
   
         $cust->{invoice}->{credit} = $credits->{$custid};          $cust->{invoice}->{credit} = $credits->{$custid};
   

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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