diff --git a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py index ac844b3..af93c61 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py @@ -1314,12 +1314,12 @@ def config(settings): restricted = True, module_type = None, )), - ("ocr", Storage( - name_nice = T("Optical Character Recognition"), - #description = "Optical Character Recognition for reading the scanned handwritten paper forms.", - restricted = False, - module_type = None, - )), + #("ocr", Storage( + # name_nice = T("Optical Character Recognition"), + # #description = "Optical Character Recognition for reading the scanned handwritten paper forms.", + # restricted = False, + # module_type = None, + #)), ("work", Storage( name_nice = T("Jobs"), #description = "Simple Volunteer Jobs Management",