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
|
```AL
|
||||||
if IsAssemblyOutputLine then begin
|
if IsAssemblyOutputLine then begin
|
||||||
TestField("Order Line No.",0);
|
TestField("Order Line No.", 0);
|
||||||
end;
|
end;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -38,7 +38,7 @@ end;
|
||||||
|
|
||||||
```AL
|
```AL
|
||||||
if IsAssemblyOutputLine then
|
if IsAssemblyOutputLine then
|
||||||
TestField("Order Line No.",0);
|
TestField("Order Line No.", 0);
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exception
|
## Exception
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue