Skip to content
Snippets Groups Projects
Commit f4e94f7d authored by Jiří Setnička's avatar Jiří Setnička
Browse files

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

parent 01505329
No related branches found
No related tags found
No related merge requests found
......@@ -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 to comment