From 747772d7f105f6c9c8c14b5277c1ba353872cc01 2019-03-28 14:18:17 From: Martin Michlmayr Date: 2019-03-28 14:18:17 Subject: [PATCH] Fix reference to ledger issue --- diff --git a/accounts/config/config-accounts.ledger b/accounts/config/config-accounts.ledger index 3c91227ddd51a6aa0ebc271e0604886d6799d2b9..ca4bfc33e9c6605c93d24e8554778b5948d4fbaa 100644 --- a/accounts/config/config-accounts.ledger +++ b/accounts/config/config-accounts.ledger @@ -46,7 +46,7 @@ account Accrued:Accounts Payable:Main Org ; NOTE: the payee =~ test is *not* included herein and must be cut-and-pasted ; to the assert in every Expense account because of the following bug: -; http://bugs.ledger-cli.org/show_bug.cgi?id=953 +; https://github.com/ledger/ledger/issues/953 define expenseChecker() = (tag("Receipt") !~ /^\s*$/ or tag("Invoice") !~ /^\s*$/ or tag("Statement") !~ /^\s*$/) and tag("Program") !~ /^\s*$/ ; or payee =~ /NEVER CHARGED/