|
|
|
@ -217,7 +217,7 @@ def decode_invoice_file(metadata_file: str, invoice_file: str, extract_attachmen
|
|
|
|
|
status['valid_checksum'] = False |
|
|
|
|
# Ignore checksum at the next iteration but mark the checksum |
|
|
|
|
# as invalid. |
|
|
|
|
data['no checksum check'] = True |
|
|
|
|
data['no_checksum_check'] = True |
|
|
|
|
except fattura_elettronica_reader.exceptions.P7MFileNotAuthentic: |
|
|
|
|
if status['valid_signature_and_signers_certificate']: |
|
|
|
|
status['valid_signature_and_signers_certificate'] = False |
|
|
|
|