Commit 455f1e5e authored by Bartek Górny's avatar Bartek Górny

fixed naming

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12397 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13256228
......@@ -81,7 +81,7 @@ Preferences decide if the notification is sent always, only if something is wron
Notifcation contains url of the document, so that one can click and do something.\n
"""\n
\n
pref = context.portal_preferences.getPreferredDmsIngestEmailNotification()\n
pref = context.portal_preferences.getPreferredDocumentIngestionEmailNotification()\n
if pref is not None and len(pref) != 0:\n
pref=pref[0]\n
if pref == \'never\': return\n
......
......@@ -95,7 +95,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>DMS_library</string> </value>
<value> <string>Document_library</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -95,7 +95,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>DMS_library</string> </value>
<value> <string>Document_library</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
449
\ No newline at end of file
451
\ 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