Commit f51a88c1 authored by Jacek Sowiński's avatar Jacek Sowiński

Use business days recurrence in column ui

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