details: https://code.openbravo.com/erp/stable/2.50/rev/0f3b37dc266a changeset: 9572:0f3b37dc266a user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Wed Jul 13 15:06:38 2011 +0200 summary: fixed bug 17816: Incorrect dono in G/L Journal Header
Incorrect default value diffstat: src-db/database/sourcedata/AD_COLUMN.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 43a7836496f5 -r 0f3b37dc266a src-db/database/sourcedata/AD_COLUMN.xml --- a/src-db/database/sourcedata/AD_COLUMN.xml Wed Jul 13 13:33:25 2011 +0200 +++ b/src-db/database/sourcedata/AD_COLUMN.xml Wed Jul 13 15:06:38 2011 +0200 @@ -25021,7 +25021,7 @@ <!--1625--> <AD_REFERENCE_ID><![CDATA[19]]></AD_REFERENCE_ID> <!--1625--> <AD_VAL_RULE_ID><![CDATA[102]]></AD_VAL_RULE_ID> <!--1625--> <FIELDLENGTH><![CDATA[22]]></FIELDLENGTH> -<!--1625--> <DEFAULTVALUE><![CDATA[@C_DocType_ID@]]></DEFAULTVALUE> +<!--1625--> <DEFAULTVALUE><![CDATA[@SQL=SELECT C_DocType_ID from C_DocType WHERE C_DocType.DocBaseType='GLJ' AND AD_ISORGINCLUDED( @AD_Org_ID@, C_DocType.AD_Org_ID, @#AD_Client_ID@) <> '-1' ORDER BY C_DocType.isdefault DESC]]></DEFAULTVALUE> <!--1625--> <ISKEY><![CDATA[N]]></ISKEY> <!--1625--> <ISPARENT><![CDATA[N]]></ISPARENT> <!--1625--> <ISMANDATORY><![CDATA[Y]]></ISMANDATORY> ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
