diff --git a/docbow_project/pfwb/management/commands/sync-tabellio.py b/docbow_project/pfwb/management/commands/sync-tabellio.py index 69e6e4e..391b06c 100644 --- a/docbow_project/pfwb/management/commands/sync-tabellio.py +++ b/docbow_project/pfwb/management/commands/sync-tabellio.py @@ -213,6 +213,8 @@ class Command(BaseCommand): if not t: break id, descr = t + if descr[0] == descr[0].lower(): + descr = descr[0].upper() + descr[1:] try: doctype = TabellioDocType.objects.get(tabellio_doc_type=id)