Corrected a debug string
This commit is contained in:
parent
1bf0220f24
commit
4858725377
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ void draft_t::parse_args(const value_t& args)
|
||||||
xact_t * draft_t::insert(journal_t& journal)
|
xact_t * draft_t::insert(journal_t& journal)
|
||||||
{
|
{
|
||||||
if (tmpl->payee_mask.empty())
|
if (tmpl->payee_mask.empty())
|
||||||
throw std::runtime_error(_("xact' command requires at least a payee"));
|
throw std::runtime_error(_("'xact' command requires at least a payee"));
|
||||||
|
|
||||||
xact_t * matching = NULL;
|
xact_t * matching = NULL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue