details: /erp/devel/pi/rev/20a74a594545 changeset: 12252:20a74a594545 user: Egoitz Castillo <egoitz.castillo <at> openbravo.com> date: Thu May 19 17:35:35 2011 +0200 summary: Fixed Issue 17280. Year not shown on InvoiceRegisterBook
diffstat: src-db/database/sourcedata/AD_VAL_RULE.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 4137581a760a -r 20a74a594545 src-db/database/sourcedata/AD_VAL_RULE.xml --- a/src-db/database/sourcedata/AD_VAL_RULE.xml Thu May 19 17:07:41 2011 +0200 +++ b/src-db/database/sourcedata/AD_VAL_RULE.xml Thu May 19 17:35:35 2011 +0200 @@ -1619,7 +1619,7 @@ <!--C9A72C5855CB4E29AFEB5DC17A5A9177--> <NAME><![CDATA[C_Calendar and C_Year of an organization]]></NAME> <!--C9A72C5855CB4E29AFEB5DC17A5A9177--> <DESCRIPTION><![CDATA[It ensures the calendar combobox shows always the calendar of the selected organization]]></DESCRIPTION> <!--C9A72C5855CB4E29AFEB5DC17A5A9177--> <TYPE><![CDATA[S]]></TYPE> -<!--C9A72C5855CB4E29AFEB5DC17A5A9177--> <CODE><![CDATA[C_CALENDAR_ID IN (SELECT DISTINCT(C_CALENDAR_ID) FROM AD_ORG WHERE AD_ORG_ID=AD_ORG_GETCALENDAROWNER(@AD_ORG_ID@))]]></CODE> +I<!--C9A72C5855CB4E29AFEB5DC17A5A9177--> <CODE><![CDATA[C_YEAR.C_CALENDAR_ID IN (SELECT DISTINCT(C_CALENDAR_ID) FROM AD_ORG WHERE AD_ORG_ID=AD_ORG_GETCALENDAROWNER(@AD_ORG_ID@))]]></CODE> <!--C9A72C5855CB4E29AFEB5DC17A5A9177--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> <!--C9A72C5855CB4E29AFEB5DC17A5A9177--></AD_VAL_RULE> ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
