Commit 92405d7e authored by Jérome Perrin's avatar Jérome Perrin

Add some missing methods to EmptyOrganisation class

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23773 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8111bc5
......@@ -201,9 +201,16 @@ class EmptyOrganisation:\n
return \'\'\n
def getDefaultAddressRegionTitle(self):\n
return \'\'\n
def getDefaultImagePath(self):\n
return \'\'\n
def getDefaultImageHeight(self):\n
return 0\n
def getDefaultImageWidth(self):\n
return 0\n
def getProperty(self, prop, d=\'\'):\n
return d\n
\n
\n
source_section = context.getSourceSectionValue(\n
portal_type=\'Organisation\')\n
if source_section is None:\n
......
429
\ No newline at end of file
430
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment