replaced <\> to <>
This commit is contained in:
parent
f1f4aab1d7
commit
2fc21159de
4 changed files with 9 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue