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 68062ae6d3 Fixed: Link to supplier in Accounting Main does not show 
PartyFinancialHistory (OFBIZ-13100)
68062ae6d3 is described below

commit 68062ae6d30ff9e55ec867f3ff3400c307811d9f
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu May 30 11:14:53 2024 +0200

    Fixed: Link to supplier in Accounting Main does not show 
PartyFinancialHistory (OFBIZ-13100)
    
    Fixes a missing from-field in a hyperlink
---
 applications/accounting/widget/InvoiceForms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/widget/InvoiceForms.xml 
b/applications/accounting/widget/InvoiceForms.xml
index 85a8d3b368..c14a7390ed 100644
--- a/applications/accounting/widget/InvoiceForms.xml
+++ b/applications/accounting/widget/InvoiceForms.xml
@@ -797,7 +797,7 @@ under the License.
         </field>
         <field name="partyIdFrom" title="${uiLabelMap.PartySupplier}">
             <hyperlink description="${partyNameResultFrom.fullName} 
[${partyIdFrom}]" target="/partymgr/control/PartyFinancialHistory" 
target-type="inter-app" target-window="_BLANK">
-                <parameter param-name="partyIdFrom"/>
+                <parameter param-name="partyId" from-field="partyIdFrom"/>
             </hyperlink>
         </field>
         <field name="description" sort-field="true"><display 
size="100"/></field>

Reply via email to