diff options
author | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-11-23 09:02:35 -0500 |
---|---|---|
committer | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-11-26 13:54:46 -0500 |
commit | fe608b12e2a3b774bc7e56b40d95444bcf0d476e (patch) | |
tree | 927b9d3f93c3d20302667a10b1ab3c01f7f48d7b /contrib/non-profit-audit-reports | |
parent | 239df56cfba6ad715f4fc63f9fde6dd968e973cd (diff) | |
download | fork-ledger-fe608b12e2a3b774bc7e56b40d95444bcf0d476e.tar.gz fork-ledger-fe608b12e2a3b774bc7e56b40d95444bcf0d476e.tar.bz2 fork-ledger-fe608b12e2a3b774bc7e56b40d95444bcf0d476e.zip |
Remove cruft cut-and-pasted from another script.
Diffstat (limited to 'contrib/non-profit-audit-reports')
-rwxr-xr-x | contrib/non-profit-audit-reports/summary-reports.plx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/non-profit-audit-reports/summary-reports.plx b/contrib/non-profit-audit-reports/summary-reports.plx index c41fee50..154662f1 100755 --- a/contrib/non-profit-audit-reports/summary-reports.plx +++ b/contrib/non-profit-audit-reports/summary-reports.plx @@ -53,11 +53,6 @@ if (@ARGV < 2) { } my($startDate, $endDate, @mainLedgerOptions) = @ARGV; -# First, get fund list from ending balance -my(@ledgerOptions) = (@mainLedgerOptions, - '-V', '-X', '$', '-F', "%-.70A %22.108t\n", '-S', 'T', '-s', - 'd', 'T', '-e', $endDate, 'bal', '/^Assets/'); - my %reportFields = ('Cash' => { args => [ '-e', $endDate, 'bal', '/^Assets/' ] }, 'Accounts Receivable' => {args => [ '-e', $endDate, 'bal', '/^Accrued:Accounts Receivable/' ]}, |