Commit d433e0ea authored by Frank Bergmann's avatar Frank Bergmann

- CSV Import:

  Fixed error with double project_id check
parent c22ef096
......@@ -331,7 +331,7 @@ foreach csv_line_fields $values_list_of_lists {
lower(trim(project_name)) = lower(trim(:project_name))
" -default ""]
if {"" != $project_id && "" != $project_id2} {
if {$project_id != $project_id2 && "" != $project_id && "" != $project_id2} {
if {$ns_write_p} {
ns_write "<li><font color=red>Error: We have found two different projects, one with
'Project Nr'=$project_nr and a second one with 'Project Name'='$project_name'.<br>
......
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