[
https://issues.apache.org/jira/browse/OFBIZ-7147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15310104#comment-15310104 ]
Arun Patidar commented on OFBIZ-7147:
-------------------------------------
Hi [~jacques.le.roux]
Yes, this is logical and also useful to avoid infinite loop error when we use EntityTypeUtil..hasParentType() method.
We are only going to remove parentTypeId field values from InvoiceTypeId 'SALES_INVOICE' and 'PURCHASE_INVOICE'. As it does not make any sense to a parent of itself in this case.
> Remove parentTypeId from InvoiceType data where InvoiceTypeId and parentTypeId are equal
> ----------------------------------------------------------------------------------------
>
> Key: OFBIZ-7147
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7147> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
> Reporter: Arun Patidar
> Assignee: Arun Patidar
> Attachments: OFBIZ-7147.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)