Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
22.01.01
-
None
-
Release 22.01
JDK 11.0.7
Description
Within the Project plugin,
- Screenshot 1, create an invoice after entering and completing timesheet/time-entry. Hourly rate is set under Accounting/GL.
- Screenshot 2, generate invoice.
- Screenshot 3, errors happen when showing overview of the invoice.
Reproduced in local environment. When commenting out the “timeEntries” section in the InvoiceScreens.xml, the issue seems to go away …
<!-- section>
<condition>
<not><if-empty field="timeEntries"/></not>
</condition>
<widgets>
<screenlet title="${uiLabelMap.AccountingInvoiceTimeEntries}" navigation-form-name="ListTimeEntries">
<include-form name="ListTimeEntries" location="component://accounting/widget/InvoiceForms.xml"/>
</screenlet>
</widgets>
</section -->
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-11345 Lists and grids
-
- Closed
-