Help for this page

Select Code to Download


  1. or download this
    
     my @transactions;
    ...
    
      return @transactions;
    
  2. or download this
    print "  <td style='background-color:#f0f0f0;' ><b>$transaction->{'Act
    +ion_date'}</b></td>";
    
  3. or download this
    my @trans_array = ();
    my @trans_array = &Cpt::transactions_summary( $current_user );
    ...
        print "</tr>";
     
       }