Commit b44d52be authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add parameter to tag_value call

parent f69f42a0
...@@ -224,7 +224,7 @@ class Sorter(object): ...@@ -224,7 +224,7 @@ class Sorter(object):
elif p_field == config().tag_start(): elif p_field == config().tag_start():
result = humanize_date(p_todo.start_date()) result = humanize_date(p_todo.start_date())
else: else:
result = p_todo.tag_value() result = p_todo.tag_value(p_field)
return result return result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment