Commit 7bc030bf authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14557 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b9df912
......@@ -157,7 +157,7 @@ for check_reference in reference_list:\n
# Get a checkbook for this bank account.\n
checkbook = None\n
if resource_value is None:\n
resource_value = portal.restristedTraverse(resource)\n
resource_value = portal.restrictedTraverse(resource)\n
composition_related_list = resource_value.getCompositionRelatedValueList()\n
if len(composition_related_list) == 0:\n
msg = Message(domain = "ui", message="Sorry, no checkbook model found")\n
......
227
\ No newline at end of file
229
\ 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