Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ table 30152 "Shpfy Catalog"
exit;
end;

Modify();

OtherCatalog.ModifyAll("Sync Prices", false);
end;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ codeunit 139646 "Shpfy Catalog Prices Test"
Catalog2.Validate("Sync Prices", true);
Catalog2.Modify(true);

// [THEN] Catalog2 has Sync Prices = true
// [THEN] Catalog2 persists Sync Prices = true in the database
Catalog2.Get(CatalogId, ShopifyCompany2.SystemId);
LibraryAssert.IsTrue(Catalog2."Sync Prices", 'Catalog2 should have Sync Prices enabled');

// [THEN] Catalog1 has Sync Prices = false (disabled by the confirmation logic)
Expand Down
Loading