Re: (ofbiz-framework) branch trunk updated: Fixed: PartyFinancialHistory shows parentTypeId of invoice, not invoiceTypeId (OFBIZ-13068)

2024-05-30 Thread Jacques Le Roux
Typo Le 30/05/2024 à 15:47, Jacques Le Roux a écrit : In "Invoices not yet (fully) applied", I'll also re-add the invoice description list as it was present before. In "Invoices not yet (fully) applied" list, I'll also re-add the invoice description as it was present before.

Re: (ofbiz-framework) branch trunk updated: Fixed: PartyFinancialHistory shows parentTypeId of invoice, not invoiceTypeId (OFBIZ-13068)

2024-05-30 Thread Jacques Le Roux
Hi Deepak, Yes you are right, /parentPaymentType/ is useless and cache on InvoiceType would be better. The idea is we get no information on the invoice type with the previous (old) situation. With other columns, we already know it's an invoice as can be seen at

Re: (ofbiz-framework) branch trunk updated: Fixed: PartyFinancialHistory shows parentTypeId of invoice, not invoiceTypeId (OFBIZ-13068)

2024-05-30 Thread Deepak Dixit
Hi Jacques, I didn't get the logic behind this commit. {code} + + + + + {code} Why are we fetching parentPaymentType? As we are using paymentType.description for display, same as other fields as well. This is not used