Commit 118ebcb6 authored by Jérome Perrin's avatar Jérome Perrin

Bank Account's title is acquired from reference and reference is calculated

from IBAN fields. Set edit order on BankAccount_view so that "title" property
is not stored when this it is not different from the calculated title


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21655 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c45a5e41
......@@ -52,13 +52,30 @@
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list>
<string>title</string>
<string>bank_country_code</string>
<string>bank_code</string>
<string>branch</string>
<string>bank_account_number</string>
<string>bank_account_key</string>
</list>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
</item>
<item>
<key> <string>enctype</string> </key>
<value> <string></string> </value>
<value> <string>multipart/form-data</string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
......
335
\ No newline at end of file
336
\ 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