From 0c88c71dd82612072ce6b694efbae07d9c17169a Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Wed, 27 Aug 2025 09:25:18 +0200 Subject: [PATCH] Revert "[Shopify] Remove customer no. field from market catalogs page (#4500)" This reverts commit d21e1d5451f97a61df9797223882239e1b4b360e. --- .../Shopify/App/src/Catalogs/Pages/ShpfyMarketCatalogs.Page.al | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Apps/W1/Shopify/App/src/Catalogs/Pages/ShpfyMarketCatalogs.Page.al b/src/Apps/W1/Shopify/App/src/Catalogs/Pages/ShpfyMarketCatalogs.Page.al index 27ac76270c..7b67b1b499 100644 --- a/src/Apps/W1/Shopify/App/src/Catalogs/Pages/ShpfyMarketCatalogs.Page.al +++ b/src/Apps/W1/Shopify/App/src/Catalogs/Pages/ShpfyMarketCatalogs.Page.al @@ -27,6 +27,7 @@ page 30174 "Shpfy Market Catalogs" field(Id; Rec.Id) { } field(Name; Rec.Name) { } field(SyncPrices; Rec."Sync Prices") { } + field("Customer No."; Rec."Customer No.") { } field("Currency Code"; Rec."Currency Code") { } field(CustomerPriceGroup; Rec."Customer Price Group") { } field(CustomerDiscountGroup; Rec."Customer Discount Group") { }