Commit 62d2bbc5 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Merge pull request #117 from mruwek/column-ui-business-days

Use business days recurrence in column ui
parents 94ce313e f51a88c1
......@@ -335,7 +335,7 @@ class TodoListWidget(urwid.LineBox):
self._pp_offset += p_pattern
result = None
else:
if p_pattern in ['d', 'w', 'm', 'y']:
if p_pattern in ['d', 'w', 'm', 'y', 'b']:
offset = self._pp_offset or '1'
if p_mode == 'postpone':
pp_cmd = 'cmd postpone {} '
......
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