Commit 2dd6515a authored by Romain Courteaud's avatar Romain Courteaud

Do not redirect to the invoice view

parent f17a2a0a
......@@ -17,6 +17,7 @@
<string>select</string>
<string>selection_name</string>
<string>title</string>
<string>url_columns</string>
</list>
</value>
</item>
......@@ -157,6 +158,29 @@
<key> <string>title</string> </key>
<value> <string>My Invoices</string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
<list>
<tuple>
<string>reference</string>
<string></string>
</tuple>
<tuple>
<string>total_price</string>
<string></string>
</tuple>
<tuple>
<string>resource_title</string>
<string></string>
</tuple>
<tuple>
<string>AccountingTransaction_getPaymentState</string>
<string></string>
</tuple>
</list>
</value>
</item>
</dictionary>
</value>
</item>
......
322
\ No newline at end of file
323
\ 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