spaces after commas
This commit is contained in:
parent
bc38408c78
commit
0de6d15d69
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ if FindSet() then
|
|||
|
||||
```AL
|
||||
if IsAssemblyOutputLine then begin
|
||||
TestField("Order Line No.",0);
|
||||
TestField("Order Line No.", 0);
|
||||
end;
|
||||
```
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ end;
|
|||
|
||||
```AL
|
||||
if IsAssemblyOutputLine then
|
||||
TestField("Order Line No.",0);
|
||||
TestField("Order Line No.", 0);
|
||||
```
|
||||
|
||||
## Exception
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue