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 0a64e7b Improved: location of 'sendPerEmail' menu-item (OFBIZ-12381) (#341) 0a64e7b is described below commit 0a64e7b688252ea63b149649d9ec0f65573fa7d6 Author: Pierre Smits <pierre.sm...@orrtiz.com> AuthorDate: Mon Nov 15 09:07:39 2021 +0100 Improved: location of 'sendPerEmail' menu-item (OFBIZ-12381) (#341) modified: AccountingMenus.xml: moved menu item from InvoiceTabBar to InvoiceSubTabBar --- applications/accounting/widget/AccountingMenus.xml | 23 ++++++++-------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/applications/accounting/widget/AccountingMenus.xml b/applications/accounting/widget/AccountingMenus.xml index 8ce8593..acf1d42 100644 --- a/applications/accounting/widget/AccountingMenus.xml +++ b/applications/accounting/widget/AccountingMenus.xml @@ -115,7 +115,6 @@ under the License. <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> </link> </menu-item> - <menu-item name="listInvoiceItems" title="${uiLabelMap.AccountingInvoiceItems}"> <condition> <and> @@ -130,7 +129,6 @@ under the License. <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> </link> </menu-item> - <menu-item name="EditInvoiceTimeEntries" title="${uiLabelMap.AccountingInvoiceTimeEntries}"> <condition> <and> @@ -145,7 +143,6 @@ under the License. <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> </link> </menu-item> - <menu-item name="invoiceRoles" title="${uiLabelMap.AccountingInvoiceRoles}"> <condition> <and> @@ -160,7 +157,6 @@ under the License. <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> </link> </menu-item> - <menu-item name="invoiceTerms" title="${uiLabelMap.PartyTerms}"> <condition> <and> @@ -175,7 +171,6 @@ under the License. <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> </link> </menu-item> - <menu-item name="editInvoiceApplications" title="${uiLabelMap.AccountingApplications}"> <condition> <and> @@ -192,16 +187,6 @@ under the License. <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> </link> </menu-item> - - <menu-item name="sendPerEmail" title="${uiLabelMap.CommonSendPerEmail}"> - <condition> - <not><if-empty field="invoice.invoiceId"/></not> - </condition> - <link target="sendPerEmail"> - <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> - </link> - </menu-item> - <menu-item name="commissionRun" title="${uiLabelMap.AccountingCommissionRun}"> <link target="CommissionRun"/> </menu-item> @@ -385,6 +370,14 @@ under the License. <parameter param-name="invoiceTypeId" from-field="invoice.invoiceTypeId"/> </link> </menu-item> + <menu-item name="sendPerEmail" title="${uiLabelMap.CommonEmail}"> + <condition> + <not><if-empty field="invoice.invoiceId"/></not> + </condition> + <link target="sendPerEmail"> + <parameter param-name="invoiceId" from-field="invoice.invoiceId"/> + </link> + </menu-item> <menu-item name="addtax" title="${uiLabelMap.AccountingAddTax}"> <condition> <and>