summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports
diff options
context:
space:
mode:
authorBradley M. Kuhn <bkuhn@ebb.org>2012-11-23 08:35:45 -0500
committerBradley M. Kuhn <bkuhn@ebb.org>2012-11-26 13:54:45 -0500
commit7b0e4c48067296d15c6f350948cbf29d7aec5787 (patch)
treec3140527e7dcf936d35919965d2430d2fa7dd52d /contrib/non-profit-audit-reports
parentf0ee16a373412e3654120e3847430a1a94ea8d23 (diff)
downloadfork-ledger-7b0e4c48067296d15c6f350948cbf29d7aec5787.tar.gz
fork-ledger-7b0e4c48067296d15c6f350948cbf29d7aec5787.tar.bz2
fork-ledger-7b0e4c48067296d15c6f350948cbf29d7aec5787.zip
Add -X $.
Diffstat (limited to 'contrib/non-profit-audit-reports')
-rwxr-xr-xcontrib/non-profit-audit-reports/summary-reports.plx2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/non-profit-audit-reports/summary-reports.plx b/contrib/non-profit-audit-reports/summary-reports.plx
index a175f5ba..c0731322 100755
--- a/contrib/non-profit-audit-reports/summary-reports.plx
+++ b/contrib/non-profit-audit-reports/summary-reports.plx
@@ -74,7 +74,7 @@ my %reportFields =
);
foreach my $item (keys %reportFields) {
my(@fullCommand) = ($LEDGER_BIN, @mainLedgerOptions,
- '-V', '-S', 'T', '-s', '-d', 'T', @{$reportFields{$item}{args}});
+ '-V', '-X', '$', '-S', 'T', '-s', '-d', 'T', @{$reportFields{$item}{args}});
open(FILE, "-|", @fullCommand)
or die "unable to run command ledger command: @fullCommand: $!";