details: /erp/devel/pi/rev/85f9a3b6d9e7 changeset: 13110:85f9a3b6d9e7 user: Adrián Romero <adrianromero <at> openbravo.com> date: Tue Jul 05 16:42:36 2011 +0200 summary: Fixes issue 0016835: Business partner search item in Shipping Company Window not working It has been added to the column C_BPartner_ID the correct reference to the search dialog
diffstat: src-db/database/sourcedata/AD_COLUMN.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 5d2c7a3478c6 -r 85f9a3b6d9e7 src-db/database/sourcedata/AD_COLUMN.xml --- a/src-db/database/sourcedata/AD_COLUMN.xml Tue Jul 05 18:23:24 2011 +0200 +++ b/src-db/database/sourcedata/AD_COLUMN.xml Tue Jul 05 16:42:36 2011 +0200 @@ -50106,6 +50106,7 @@ <!--3397--> <COLUMNNAME><![CDATA[C_BPartner_ID]]></COLUMNNAME> <!--3397--> <AD_TABLE_ID><![CDATA[253]]></AD_TABLE_ID> <!--3397--> <AD_REFERENCE_ID><![CDATA[30]]></AD_REFERENCE_ID> +<!--3397--> <AD_REFERENCE_VALUE_ID><![CDATA[800057]]></AD_REFERENCE_VALUE_ID> <!--3397--> <FIELDLENGTH><![CDATA[22]]></FIELDLENGTH> <!--3397--> <ISKEY><![CDATA[N]]></ISKEY> <!--3397--> <ISPARENT><![CDATA[N]]></ISPARENT> ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
