summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2018-06-01 13:27:36 +0200
committerMartin Michlmayr <tbm@cyrius.com>2018-06-01 13:27:49 +0200
commit882937ece23a129814b2d8b7b89c2db74e34f39e (patch)
treed150a4f247c6d484c0cddbb90925f258c7132c43 /contrib/non-profit-audit-reports
parentfd486a59755382731113d1597a59680a8f6b84fe (diff)
downloadfork-ledger-882937ece23a129814b2d8b7b89c2db74e34f39e.tar.gz
fork-ledger-882937ece23a129814b2d8b7b89c2db74e34f39e.tar.bz2
fork-ledger-882937ece23a129814b2d8b7b89c2db74e34f39e.zip
Remove references to Bugzilla
Diffstat (limited to 'contrib/non-profit-audit-reports')
-rwxr-xr-xcontrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx b/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
index 937d2a45..f2055a62 100755
--- a/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
+++ b/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
@@ -127,7 +127,7 @@ foreach my $typeData ({ name => 'disbursements', query => 'a<=0' },
# I thought '--sort', 'd', '--sort-xact', 'a', should
# have worked below for a good sort. Then I tried
# rather than '--sort', "d,n,a", which didn't work either.
- # I opened a bug: http://bugs.ledger-cli.org/show_bug.cgi?id=901
+ # I opened a bug: https://github.com/ledger/ledger/issues/901
my @csvRegLedgerOpts = ('-f', $tempFile, '-V', '-F', $formatString, '-w', '--sort', 'd',
'-b', $beginDate, '-e', $endDate, 'reg');