Skip to content
Snippets Groups Projects
Commit d40dd4d2 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 c7946b1c
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ def handle_process_scans(the_job: TheJob): ...@@ -271,7 +271,7 @@ def handle_process_scans(the_job: TheJob):
return 'Neznámý účastník' return 'Neznámý účastník'
sp.user_id = user_id sp.user_id = user_id
sp.task_id = tasks_by_code[fields[2]].task_id sp.task_id = tasks_by_code[fields[2]].task_id
sp.seq_id = 0 sp.seq_id = 1
return None return None
return 'Neznamý formát kódu' 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