summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/gl.pl2
-rw-r--r--bin/rp.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/gl.pl b/bin/gl.pl
index 6a3a3caa..8cfe54cd 100644
--- a/bin/gl.pl
+++ b/bin/gl.pl
@@ -131,7 +131,7 @@ qq|<option value="$_->{description}--$_->{id}">$_->{description}\n|;
}
}
- &display_form(1);
+ &dislay_form(1);
}
diff --git a/bin/rp.pl b/bin/rp.pl
index d78825f6..8f5dc0da 100644
--- a/bin/rp.pl
+++ b/bin/rp.pl
@@ -1923,7 +1923,7 @@ sub list_payments {
RP->payments( \%myconfig, \%$form );
- my @columns = $form->sort_columns(qw(transdate name paid source meta_number
+ my @columns = $form->sort_columns(qw(meta_number transdate name paid source
memo));
if ( $form->{till} ) {