details: https://code.openbravo.com/erp/devel/pi/rev/465b640a58ea changeset: 17742:465b640a58ea user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Aug 22 11:41:34 2012 +0200 summary: Fixed issue 21413: Set Subaccount as default level when creating a new element inside the Account Tree window
diffstat: src-db/database/sourcedata/AD_COLUMN.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 4cf8d54ecd9b -r 465b640a58ea src-db/database/sourcedata/AD_COLUMN.xml --- a/src-db/database/sourcedata/AD_COLUMN.xml Wed Aug 22 11:26:21 2012 +0200 +++ b/src-db/database/sourcedata/AD_COLUMN.xml Wed Aug 22 11:41:34 2012 +0200 @@ -134520,7 +134520,7 @@ <!--800526--> <AD_REFERENCE_ID><![CDATA[17]]></AD_REFERENCE_ID> <!--800526--> <AD_REFERENCE_VALUE_ID><![CDATA[800015]]></AD_REFERENCE_VALUE_ID> <!--800526--> <FIELDLENGTH><![CDATA[60]]></FIELDLENGTH> -<!--800526--> <DEFAULTVALUE><![CDATA[C]]></DEFAULTVALUE> +<!--800526--> <DEFAULTVALUE><![CDATA[S]]></DEFAULTVALUE> <!--800526--> <ISKEY><![CDATA[N]]></ISKEY> <!--800526--> <ISPARENT><![CDATA[N]]></ISPARENT> <!--800526--> <ISMANDATORY><![CDATA[Y]]></ISMANDATORY> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
