worklist_item_postpone_req_vec() function header claims that it returns TRUE when the item can be postponed. Truth is that it returns TRUE when item must be purged instead of postponing, which another sentence correctly tells. When item can be postponed, it returns FALSE.
worklist_item_postpone_req_vec() function header claims that it returns TRUE when the item can be postponed. Truth is that it returns TRUE when item must be purged instead of postponing, which another sentence correctly tells. When item can be postponed, it returns FALSE.