Commit 5a00ccb9 authored by Jérome Perrin's avatar Jérome Perrin

fix typo ( fielf_value_interactor -> field_value_interactor )


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45250760
...@@ -959,5 +959,5 @@ psyco.bind(Field.get_value) ...@@ -959,5 +959,5 @@ psyco.bind(Field.get_value)
# install interactor # install interactor
# we need to install interactor after to apply get_value patch. # we need to install interactor after to apply get_value patch.
from Products.ERP5Type.Interactor import fielf_value_interactor from Products.ERP5Type.Interactor import field_value_interactor
fielf_value_interactor.install() field_value_interactor.install()
...@@ -244,5 +244,5 @@ DCWorkflowInteractor().install() ...@@ -244,5 +244,5 @@ DCWorkflowInteractor().install()
# This is used in ERP5Form and install method is called in ERP5Form # This is used in ERP5Form and install method is called in ERP5Form
# Don't install this interactor here. # Don't install this interactor here.
fielf_value_interactor = FieldValueInteractor() field_value_interactor = FieldValueInteractor()
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