[BACK]Return to State.pm CVS log [TXT][DIR] Up to [local] / RT / Invoicing / lib / RTI

Diff for /RT/Invoicing/lib/RTI/State.pm between version 1.7 and 1.8

version 1.7, 2012/11/28 02:24:04 version 1.8, 2012/11/28 02:25:13
Line 203 
Line 203 
         delete $credit{$custid} unless $credit{$custid};          delete $credit{$custid} unless $credit{$custid};
     }      }
   
     foreach my $id ( sort { $b <=> $a } keys %owes ) {      foreach my $id ( sort { $a <=> $b } keys %owes ) {
         my $i = $invoices->{$id};          my $i = $invoices->{$id};
         my $custid = $i->{custid} or next;          my $custid = $i->{custid} or next;
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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