details: https://code.openbravo.com/erp/devel/pi/rev/9fb656824976 changeset: 17637:9fb656824976 user: Javier Etxarri <javier.echarri <at> openbravo.com> date: Thu Aug 09 12:30:07 2012 +0200 summary: Fixes issue 21278: Incorrect validation on the Trx Organization Combo on the accounting schema element tab on accounting schema window
diffstat: src-db/database/sourcedata/AD_COLUMN.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (13 lines): diff -r 5043677ad271 -r 9fb656824976 src-db/database/sourcedata/AD_COLUMN.xml --- a/src-db/database/sourcedata/AD_COLUMN.xml Thu Aug 09 10:29:39 2012 +0200 +++ b/src-db/database/sourcedata/AD_COLUMN.xml Thu Aug 09 12:30:07 2012 +0200 @@ -39356,7 +39356,8 @@ <!--2694--> <COLUMNNAME><![CDATA[Org_ID]]></COLUMNNAME> <!--2694--> <AD_TABLE_ID><![CDATA[279]]></AD_TABLE_ID> <!--2694--> <AD_REFERENCE_ID><![CDATA[18]]></AD_REFERENCE_ID> -<!--2694--> <AD_REFERENCE_VALUE_ID><![CDATA[130]]></AD_REFERENCE_VALUE_ID> +<!--2694--> <AD_REFERENCE_VALUE_ID><![CDATA[276]]></AD_REFERENCE_VALUE_ID> +<!--2694--> <AD_VAL_RULE_ID><![CDATA[49DC1D6F086945AB82F84C66F5F13F16]]></AD_VAL_RULE_ID> <!--2694--> <FIELDLENGTH><![CDATA[22]]></FIELDLENGTH> <!--2694--> <ISKEY><![CDATA[N]]></ISKEY> <!--2694--> <ISPARENT><![CDATA[N]]></ISPARENT> ------------------------------------------------------------------------------ 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
