Skip to content
Snippets Groups Projects
Commit 3f52f66c authored by Jiří Setnička's avatar Jiří Setnička Committed by Martin Mareš
Browse files

Skenování protokolů - číslovat stránky od 1 je intuitivnější

parent 5338983d
No related branches found
No related tags found
1 merge request!94Třídění skenů
This commit is part of merge request !94. Comments created here will be created in the context of that merge request.
......@@ -271,7 +271,7 @@ def handle_process_scans(the_job: TheJob):
return 'Neznámý účastník'
sp.user_id = user_id
sp.task_id = tasks_by_code[fields[2]].task_id
sp.seq_id = 0
sp.seq_id = 1
return None
return 'Neznamý formát kódu'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment