Commit 7714f762 authored by Aurel's avatar Aurel

modifiy check in fast input

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24333 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e683a0a7
......@@ -82,7 +82,7 @@ if listbox is None:\n
)\n
return request.RESPONSE.redirect( redirect_url )\n
\n
if \'serre/encaisse_des_billets_neufs_non_emis\' in node:\n
if not \'transit\' in node:\n
request = context.REQUEST\n
redirect_url = \'%s/%s?%s\' % ( context.absolute_url()\n
, \'view\'\n
......
633
\ No newline at end of file
635
\ 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