summaryrefslogtreecommitdiff
path: root/bin/am.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/am.pl')
-rwxr-xr-xbin/am.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/am.pl b/bin/am.pl
index 5015660e..76423e9a 100755
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -1693,7 +1693,7 @@ sub save_template {
sub defaults {
# get defaults for account numbers and last numbers
- AM->defaultaccounts(\%myconfig, \%$form);
+ AM->get_all_defaults(\%$form);
foreach $key (keys %{ $form->{accno} }) {
foreach $accno (sort keys %{ $form->{accno}{$key} }) {