Skip to content
Snippets Groups Projects
Unverified Commit 88fb95b2 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (rules) creation from account page (#882)

parent 7e33cda7
No related branches found
No related tags found
No related merge requests found
...@@ -1700,6 +1700,7 @@ class AccountInternal extends React.PureComponent { ...@@ -1700,6 +1700,7 @@ class AccountInternal extends React.PureComponent {
let rule = { let rule = {
stage: null, stage: null,
conditionsOp: 'and',
conditions: [payeeCondition], conditions: [payeeCondition],
actions: [ actions: [
{ {
......
---
category: Bugfix
authors: [MatissJanis]
---
Fix rule creation from account page (transaction list)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment