Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Fixed setting billable flag when selecting project (win), closes #2491
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Jun 22, 2018
1 parent 769cd4f commit a478a20
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,6 @@ private void projectAutoComplete_OnConfirmCompletion(object sender, AutoComplete
var item = asProjectItem.Item;

this.setProjectIfDifferent(item.TaskID, item.ProjectID, item.ProjectLabel, item.TaskLabel, item.ProjectColor);

this.billableCheckBox.IsChecked = item.Billable;
this.billableCheckBox_OnClick(null, null);
}

private void projectAutoComplete_OnConfirmWithoutCompletion(object sender, string e)
Expand Down

0 comments on commit a478a20

Please sign in to comment.