Commit 3d40bb51 authored by Aurel's avatar Aurel

we can also save line with 'mixed' letter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14933 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e46ce6e
......@@ -196,7 +196,7 @@ for resource_id in per_resource_dict.keys():\n
variation_not_defined = 1\n
break\n
# for the letter, if coin, must always be not_defined\n
if letter != \'emission_letter/not_defined\' and letter.replace(\'emission_letter/\',\'\') not in resource_object.getEmissionLetterList():\n
if letter != \'emission_letter/not_defined\' and letter.replace(\'emission_letter/\',\'\') not in resource_object.getEmissionLetterList()+[\'mixed\']:\n
old_letter = letter\n
letter = \'emission_letter/not_defined\'\n
# replace key in per_resource_dict\n
......
278
\ No newline at end of file
282
\ 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