Skip to content

Commit

Permalink
Update src/Tools/Performance Toolkit/App/src/BCPTLine.Codeunit.al
Browse files Browse the repository at this point in the history
Co-authored-by: Chethan Thopaiah <[email protected]>
  • Loading branch information
NAVFreak and ChethanT authored Feb 21, 2024
1 parent 8e810f4 commit fdd0f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/Performance Toolkit/App/src/BCPTLine.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ codeunit 149005 "BCPT Line"
BCPTLogEntry."BCPT Line No." := BCPTLine."Line No.";
BCPTLogEntry.Version := BCPTHeader.Version;
BCPTLogEntry."Codeunit ID" := BCPTLine."Codeunit ID";
BCPTLogEntry.Operation := copystr(ModifiedOperation, 1, MaxStrLen(BCPTLogEntry.Operation));
BCPTLogEntry.Operation := CopyStr(ModifiedOperation, 1, MaxStrLen(BCPTLogEntry.Operation));
BCPTLogEntry."Orig. Operation" := copystr(Operation, 1, MaxStrLen(BCPTLogEntry."Orig. Operation"));
BCPTLogEntry.Tag := BCPTRoleWrapperImpl.GetBCPTHeaderTag();
BCPTLogEntry."Entry No." := 0;
Expand Down

0 comments on commit fdd0f46

Please sign in to comment.