Commit 0e3440dd authored by Jérome Perrin's avatar Jérome Perrin

bank reconciliation: fix field name for initial bank reconciliation

parent 52af3703
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_start_date</string> <string>my_stop_date</string>
<string>my_quantity</string> <string>my_quantity</string>
</list> </list>
</value> </value>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_start_date</string> </value> <value> <string>my_stop_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
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