Commit 25d501a0 authored by Łukasz Nowak's avatar Łukasz Nowak

Revert inversion of accounts.

It was generating incorrect payment transactions.
parent ce475bf1
...@@ -85,7 +85,7 @@ For real use, it is required to set an appropriate source (= account) category i ...@@ -85,7 +85,7 @@ For real use, it is required to set an appropriate source (= account) category i
</item> </item>
<item> <item>
<key> <string>efficiency</string> </key> <key> <string>efficiency</string> </key>
<value> <float>1.0</float> </value> <value> <float>-1.0</float> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -86,7 +86,7 @@ For real use, it is required to set an appropriate source (= account) category i ...@@ -86,7 +86,7 @@ For real use, it is required to set an appropriate source (= account) category i
</item> </item>
<item> <item>
<key> <string>efficiency</string> </key> <key> <string>efficiency</string> </key>
<value> <float>-1.0</float> </value> <value> <float>1.0</float> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
112 113
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment