Skip to content

Commit

Permalink
Fixed NSCtx for BIS SG 2023.7 CreditNote
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 25, 2024
1 parent f33a2c2 commit d2877fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ public static void init (@Nonnull final IValidationExecutorSetRegistry <IValidat
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllCreditNoteXSDs ()),
ValidationExecutorSchematron.createXSLT (BIS3_BILLING_SG_CEN_2023_07,
aNSCtxInvoice),
aNSCtxCreditNote),
ValidationExecutorSchematron.createXSLT (BIS3_BILLING_SG_PEPPOL_2023_07,
aNSCtxInvoice),
aNSCtxCreditNote),
ValidationExecutorSchematron.createXSLT (BIS3_BILLING_SG_2023_07,
aNSCtxInvoice)));
aNSCtxCreditNote)));
}
}
}

0 comments on commit d2877fa

Please sign in to comment.