This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 79f6747983 Fixed: invoiceOverview generates an error (OFBIZ-13017) 79f6747983 is described below commit 79f6747983f8a5025f0efdbe27efef5ad0a2a916 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Jun 28 10:38:13 2024 +0200 Fixed: invoiceOverview generates an error (OFBIZ-13017) I did not spot this issue, found in trunk demo error.log...pfew... --- applications/party/widget/partymgr/PartyForms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/party/widget/partymgr/PartyForms.xml b/applications/party/widget/partymgr/PartyForms.xml index b00629dc56..1e1e5bfb30 100644 --- a/applications/party/widget/partymgr/PartyForms.xml +++ b/applications/party/widget/partymgr/PartyForms.xml @@ -1136,7 +1136,7 @@ under the License. </row-actions> <field name="invoiceId"> <display-entity entity-name="Invoice"> - <sub-hyperlink target="/accounting/control/invoiceOverview" description="[${invoiceId}]" target-type="inter-app"> + <sub-hyperlink target="/accounting/control/viewInvoice" description="[${invoiceId}]" target-type="inter-app"> <parameter param-name="invoiceId"/> </sub-hyperlink> </display-entity>