Skip to content

Commit

Permalink
[fix] use correct operator
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehristov committed Aug 8, 2020
1 parent 2940903 commit 21827e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Model/Smbo/Transfer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function init(): void

// only used to create / destroy trasfer legs
if (!$this->detached) {
$this->addCondition('transfer_document_id', 'not', null);
$this->addCondition('transfer_document_id', 'is not', null);
}

$this->addField('destination_account_id', ['never_persist' => true]);
Expand Down

0 comments on commit 21827e5

Please sign in to comment.