Auslesen der Cargosoft Korrektur Rechnungsdaten
This commit is contained in:
parent
6e65ed4468
commit
6b6957e1ab
1 changed files with 7 additions and 0 deletions
|
|
@ -384,8 +384,15 @@ public class CargosoftXMLInvoiceImportService {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Invoice Type , Correction and CorrectionInvoiceNumber
|
||||||
readXMLValue(doc, "/Invoices/Invoice/InvoiceHeader/InvoiceType/Codes/Code", workitem, "invoice.type",
|
readXMLValue(doc, "/Invoices/Invoice/InvoiceHeader/InvoiceType/Codes/Code", workitem, "invoice.type",
|
||||||
String.class);
|
String.class);
|
||||||
|
readXMLValue(doc, "/Invoices/Invoice/InvoiceHeader/Correction", workitem, "invoice.correction",
|
||||||
|
String.class);
|
||||||
|
readXMLValue(doc, "/Invoices/Invoice/InvoiceHeader/CorrectionInvoiceNumber", workitem,
|
||||||
|
"invoice.CorrectionInvoiceNumber",
|
||||||
|
String.class);
|
||||||
|
|
||||||
readXMLValue(doc, "/Invoices/Invoice/InvoiceHeader/InvoiceType/Description", workitem,
|
readXMLValue(doc, "/Invoices/Invoice/InvoiceHeader/InvoiceType/Description", workitem,
|
||||||
"invoice.type.description", String.class);
|
"invoice.type.description", String.class);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue