details: /erp/devel/pi/rev/70d82f4ab49d changeset: 12294:70d82f4ab49d user: Egoitz Castillo <egoitz.castillo <at> openbravo.com> date: Fri May 20 10:46:16 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 979502043380 -r 70d82f4ab49d src-db/database/sourcedata/AD_VAL_RULE.xml --- a/src-db/database/sourcedata/AD_VAL_RULE.xml Fri May 20 10:35:44 2011 +0200 +++ b/src-db/database/sourcedata/AD_VAL_RULE.xml Fri May 20 10:46:16 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> -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--> <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
