diff --git a/old/bin/is.pl b/old/bin/is.pl index ab8c393f68..f3375fdbc4 100644 --- a/old/bin/is.pl +++ b/old/bin/is.pl @@ -916,10 +916,10 @@ sub form_footer { |; if ( $form->{currency} eq $form->{defaultcurrency} ) { - @column_index = qw(status datepaid source memo paid AP_paid); + @column_index = qw(status datepaid source memo paid AR_paid); } else { - @column_index = qw(status datepaid source memo paid exchangerate paidfx AP_paid); + @column_index = qw(status datepaid source memo paid exchangerate paidfx AR_paid); } $column_data{status} = "";