summaryrefslogtreecommitdiff
path: root/bin/am.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-31 17:56:40 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-31 17:56:40 +0000
commitccd43bc4da3e070cd986ee837bfc0311d5a0f598 (patch)
tree33a9a4b847bffcbc4178c59226689456a737a8df /bin/am.pl
parent3330cb2101ee3a6234e82744256cd675dd4e1e19 (diff)
UNTESTED fix for system->defaults
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@424 4979c152-3d1c-0410-bac9-87ea11338e46
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} }) {