From 420100309b581ca3f92bffdf82b149520cdfee8d Mon Sep 17 00:00:00 2001 From: Ho Ngoc Hai Date: Sun, 29 Mar 2026 11:15:22 +0700 Subject: [PATCH] fix(ui): move receipt templates menu item above settings in sidebar Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/WebClientTpos.Client/Services/ShopSidebarConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-client-tpos-net/src/WebClientTpos.Client/Services/ShopSidebarConfig.cs b/apps/web-client-tpos-net/src/WebClientTpos.Client/Services/ShopSidebarConfig.cs index 1b8d4926..ef064656 100644 --- a/apps/web-client-tpos-net/src/WebClientTpos.Client/Services/ShopSidebarConfig.cs +++ b/apps/web-client-tpos-net/src/WebClientTpos.Client/Services/ShopSidebarConfig.cs @@ -43,8 +43,8 @@ public static class ShopSidebarConfig new("Shop_Menu_Reports", "bar-chart-2", "reports"), new("Shop_Menu_AiChat", "bot", "ai-chat"), new("Shop_Menu_Drive", "hard-drive", "drive"), - new("Shop_Menu_Settings", "settings", "settings"), new("Shop_Menu_ReceiptTemplates", "receipt", "receipt-templates"), + new("Shop_Menu_Settings", "settings", "settings"), }; List items = vertical switch