Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C
Image = CheckList;
Caption = 'Quality Management';
ToolTip = 'Work with Quality Inspections.';
Visible = false;

action(Qlty_ShowQualityInspections)
{
Expand Down Expand Up @@ -104,6 +105,7 @@ pageextension 20404 "Qlty. Business Manager RC" extends "Business Manager Role C
group(Qlty_QualityManagement_Sections_Group)
{
Caption = 'Quality Management';
Visible = false;

action(Qlty_Sections_ShowQualityInspections)
{
Expand Down
Loading