requested change
This commit is contained in:
parent
0165f89090
commit
6877f439e9
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ The `end`, `if`, `repeat`, `for`, `while`, `else` and `case` statement should al
|
|||
if IsSalespersonCode then
|
||||
ValidateSalespersonCode
|
||||
else
|
||||
if IsSalesCycleCode then ValidatSalesCycleCode;
|
||||
if IsSalesCycleCode then
|
||||
ValidatSalesCycleCode;
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue