details: /erp/devel/pi/rev/0a5d7fe7609e changeset: 8497:0a5d7fe7609e user: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com> date: Tue Oct 05 13:23:49 2010 +0530 summary: Fixes Issue 14464: Field Processing in window GL Journal entry must be active
diffstat: src-db/database/sourcedata/AD_FIELD.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r b46c3cec13b2 -r 0a5d7fe7609e src-db/database/sourcedata/AD_FIELD.xml --- a/src-db/database/sourcedata/AD_FIELD.xml Tue Oct 05 12:54:56 2010 +0530 +++ b/src-db/database/sourcedata/AD_FIELD.xml Tue Oct 05 13:23:49 2010 +0530 @@ -57390,7 +57390,7 @@ <!--4723--> <AD_FIELD_ID><![CDATA[4723]]></AD_FIELD_ID> <!--4723--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--4723--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> -<!--4723--> <ISACTIVE><![CDATA[N]]></ISACTIVE> +<!--4723--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--4723--> <NAME><![CDATA[Process Now]]></NAME> <!--4723--> <ISCENTRALLYMAINTAINED><![CDATA[Y]]></ISCENTRALLYMAINTAINED> <!--4723--> <AD_TAB_ID><![CDATA[160]]></AD_TAB_ID> ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
