Commit 68154868 authored by Jérome Perrin's avatar Jérome Perrin

fix NameError this time



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10550 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a22261b
...@@ -2423,7 +2423,7 @@ class Base( CopyContainer, ...@@ -2423,7 +2423,7 @@ class Base( CopyContainer,
cached_getQuantityPrecisionFromResource, cached_getQuantityPrecisionFromResource,
id='Base_getQuantityPrecisionFromResource') id='Base_getQuantityPrecisionFromResource')
return cached_getResourceQuantityPrecision(resource) return cached_getQuantityPrecisionFromResource(resource)
# Documentation Helpers # Documentation Helpers
......
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