Merge pull request #665 from melo0187/fix-632/identify-ubl-creditnote
Fix #632: Return ubl_creditnote as Standard for CreditNotes
This commit is contained in:
@@ -1081,7 +1081,7 @@ public class ZUGFeRDInvoiceImporter {
|
||||
} else if (rootNode.equals("Invoice")) {
|
||||
return EStandard.ubl;
|
||||
} else if (rootNode.equals("CreditNote")) {
|
||||
return EStandard.ubl;
|
||||
return EStandard.ubl_creditnote;
|
||||
} else if (rootNode.equals("CrossIndustryInvoice")) {
|
||||
return EStandard.facturx;
|
||||
} else if (rootNode.equals("SCRDMCCBDACIDAMessageStructure")) {
|
||||
|
||||
Reference in New Issue
Block a user