replaced <\> to <>

This commit is contained in:
christianbraeunlich 2022-02-05 19:50:32 +01:00
parent f1f4aab1d7
commit 2fc21159de
4 changed files with 9 additions and 10 deletions

View file

@ -191,7 +191,7 @@ var
DescriptionToSet: Text[10];
begin
// handle the event if it targets this extension's staging table
if RecordIdToMigrate.TableNo <\> Database::"My Item Staging Table" then
if RecordIdToMigrate.TableNo <> Database::"My Item Staging Table" then
exit;
MyItemStagingTable.Get(RecordIdToMigrate);