Fixed a few typos
This commit is contained in:
parent
eb22cb6cb7
commit
7e7509dbf9
9 changed files with 10 additions and 10 deletions
|
|
@ -126,7 +126,7 @@ To format headlines, you should use Codeunit 1439 Headline Management functions:
|
|||
EssentialBusinessHeadline."Headline Name"::SalesIncrease,
|
||||
EssentialBusinessHeadline."Headline Name"::TopCustomer);
|
||||
AtLeastOneHeadlineVisible := not EssentialBusinessHeadline.IsEmpty();
|
||||
// only modify the var if this extension is making some headlines visible, setting to false could overrride some other extensions setting the value to true
|
||||
// only modify the var if this extension is making some headlines visible, setting to false could override some other extensions setting the value to true
|
||||
if AtLeastOneHeadlineVisible then
|
||||
ExtensionHeadlinesVisible := true;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue