diff -r 3ecd114f6d75 -r 9bbf83f68bcc doc/book/en/tutorials/base/customizing-the-application.rst --- a/doc/book/en/tutorials/base/customizing-the-application.rst Thu Sep 22 09:56:20 2011 +0200 +++ b/doc/book/en/tutorials/base/customizing-the-application.rst Thu Sep 22 16:12:23 2011 +0200 @@ -389,7 +389,7 @@ """customized class for Community entities""" __regid__ = 'Community' - fetch_attrs, fetch_order = fetch_config(['name']) + fetch_attrs, cw_fetch_order = fetch_config(['name']) def dc_title(self): return self.name