Skip to content

Commit 87d6f23

Browse files
committed
Fixed: Accounting - New Agreement shows wrong form (OFBIZ-13384)
New Agreement shows EditBillingAccount instead of Agreement Form Steps: Open Accounting tab. Press New Agreement button. Check browser URL, it contains EditBillingAccount at the end and displayed form is not New Agreement form. Thanks: Vitaly Repetenko
1 parent e0677ad commit 87d6f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/accounting/widget/AccountingMenus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ under the License.
104104
<if-has-permission permission="ACCOUNTING" action="_CREATE"/>
105105
</or>
106106
</condition>
107-
<link target="EditBillingAccount"/>
107+
<link target="EditAgreement"/>
108108
</menu-item>
109109
<menu-item name="NewFinAccount" title="${uiLabelMap.CommonCreate} ${uiLabelMap.AccountingFinAccount}">
110110
<condition>

0 commit comments

Comments
 (0)