check default true #1132

Merged
pau merged 5 commits from 4484-ticket-withOutNegatives-default-true into dev 2022-11-15 07:56:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Controller extends Component {
haveNotNegatives = true;
});
this.ticket.withoutNegatives = false;
this.ticket.withoutNegatives = true;
this.haveNegatives = (haveNegatives && haveNotNegatives && haveDifferences);
}