File tree Expand file tree Collapse file tree
phive-rules-france/src/main/java/com/helger/phive/france Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ public static void initFranceCTC (@Nonnull final IValidationExecutorSetRegistry
7575 {
7676 final String sPrefix0 = sPrefix + "0.1/xslt/" ;
7777 aRegistry .registerValidationExecutorSet (ValidationExecutorSet .create (VID_FR_CTC_UBL_INV_0_1 ,
78- "XRechnung UBL Invoice " +
78+ "France CTC Invoice " +
7979 VID_FR_CTC_UBL_INV_0_1 .getVersionString (),
8080 PhiveRulesHelper .createSimpleStatus (bNotDeprecated ),
8181 PhiveRulesUBLHelper .createXSLT_UBL21 (new ClassPathResource (sPrefix0 +
8282 "20250731_BR-FR-Flux2-Schematron-UBL_V0.1.xslt" ,
8383 _getCL ()))));
8484 aRegistry .registerValidationExecutorSet (ValidationExecutorSet .create (VID_FR_CTC_UBL_CN_0_1 ,
85- "XRechnung UBL Credit Note " +
85+ "France CTC Credit Note " +
8686 VID_FR_CTC_UBL_CN_0_1 .getVersionString (),
8787 PhiveRulesHelper .createSimpleStatus (bNotDeprecated ),
8888 PhiveRulesUBLHelper .createXSLT_UBL21 (new ClassPathResource (sPrefix0 +
You can’t perform that action at this time.
0 commit comments