Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 14.12, Release Branch 15.12, Trunk
-
None
Description
In InvoiceType data, we have invoiceTypeId value with same parentTypeId.
Please refer AccountingTypeData.xml.
<InvoiceType description="Purchase Invoice" hasTable="N" invoiceTypeId="PURCHASE_INVOICE" parentTypeId="PURCHASE_INVOICE"/>
<InvoiceType description="Sales Invoice" hasTable="N" invoiceTypeId="SALES_INVOICE" parentTypeId="SALES_INVOICE"/>
Here, invoiceTypeId="PURCHASE_INVOICE" has "PURCHASE_INVOICE" as its parentTypeId. Same applies for invoiceTypeId="SALES_INVOICE"
This also causes issue of infinite loop with EntityTypeUtil.hasParentType() method.
Attachments
Attachments
Issue Links
- breaks
-
OFBIZ-7201 Fix different forms, screens and services affected due to removal of parentTypeId from "PURCHASE_INVOICE" and "SALES_INVOICE" InvoiceType data.
- Closed
- is depended upon by
-
OFBIZ-7124 Incorrect fetching of Invoice while creating paymentApplication from matching invoices
- Closed
- mentioned in
-
Page Loading...