Skip to content

Commit

Permalink
[FIX] l10n_do_ncf_validation: fix on a field that does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pcg committed Dec 11, 2023
1 parent 3f37e73 commit 17b99f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_do_ncf_validation/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dominican NCF Validation",
"version": "15.0.1.0.0",
"version": "15.0.1.0.1",
"summary": "Validate NCF from external service",
"category": "Extra Tools",
"author": "Indexa",
Expand Down
2 changes: 1 addition & 1 deletion l10n_do_ncf_validation/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def action_post(self):

if (
ncf_validation_target == "internal"
and not invoice.is_l10n_do_internal_sequence
and invoice.l10n_latam_manual_document_number
):
continue
elif (
Expand Down

0 comments on commit 17b99f7

Please sign in to comment.