details: /erp/stable/2.50/rev/5cc4710b30ca changeset: 9445:5cc4710b30ca user: Egoitz Castillo <egoitz.castillo <at> openbravo.com> date: Thu May 19 17:26:30 2011 +0200 summary: Fixed issue 17281. 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 c6ef78a1a2f9 -r 5cc4710b30ca src-db/database/sourcedata/AD_VAL_RULE.xml --- a/src-db/database/sourcedata/AD_VAL_RULE.xml Thu May 19 16:12:45 2011 +0200 +++ b/src-db/database/sourcedata/AD_VAL_RULE.xml Thu May 19 17:26:30 2011 +0200 @@ -1653,7 +1653,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> +<!--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
