From 8c9a4b71a777ed9b5b06b3e2a579576d8de67850 Mon Sep 17 00:00:00 2001 From: NicoleNG18 Date: Fri, 28 Mar 2025 10:39:02 +0200 Subject: [PATCH] change navigation order --- codbex-methods/navigations/payment-method/service.js | 2 +- codbex-methods/navigations/sent-method/service.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codbex-methods/navigations/payment-method/service.js b/codbex-methods/navigations/payment-method/service.js index d654673..a151d8b 100644 --- a/codbex-methods/navigations/payment-method/service.js +++ b/codbex-methods/navigations/payment-method/service.js @@ -2,7 +2,7 @@ const navigationData = { id: 'payment-method-navigation', label: "Payment Methods", group: "reference data", - order: 2400, + order: 2500, link: "/services/web/codbex-methods/gen/codbex-methods/ui/PaymentMethod/index.html?embedded" }; diff --git a/codbex-methods/navigations/sent-method/service.js b/codbex-methods/navigations/sent-method/service.js index c49463c..8d38ce8 100644 --- a/codbex-methods/navigations/sent-method/service.js +++ b/codbex-methods/navigations/sent-method/service.js @@ -2,7 +2,7 @@ const navigationData = { id: 'methods-navigation', label: "Sent Methods", group: "reference data", - order: 2600, + order: 2700, link: "/services/web/codbex-methods/gen/codbex-methods/ui/SentMethod/index.html?embedded" };