Skip to content
Merged
Show file tree
Hide file tree
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
@@ -1,3 +1,4 @@
#pragma warning disable AS0072
#if not CLEAN26
namespace Microsoft.SubscriptionBilling;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
namespace Microsoft.SubscriptionBilling;

#pragma warning disable AS0072
#if not CLEAN26
using Microsoft.Foundation.Task;
using Microsoft.Projects.Project.Job;
#endif
#pragma warning restore AS0072
using Microsoft.Purchases.Document;
using Microsoft.RoleCenters;
using Microsoft.Sales.Document;
Expand All @@ -23,6 +25,7 @@ page 8085 "Sub. Billing Activities"
{
area(content)
{
#pragma warning disable AS0072
#if not CLEAN26
cuegroup("My User Tasks")
{
Expand Down Expand Up @@ -70,6 +73,7 @@ page 8085 "Sub. Billing Activities"
}
}
#endif
#pragma warning restore AS0072

cuegroup("Open Posted Documents Customer")
{
Expand Down Expand Up @@ -266,8 +270,10 @@ page 8085 "Sub. Billing Activities"
var
SubBillingActivitiesCue: Codeunit "Sub. Billing Activities Cue";
CuesAndKpisCodeunit: Codeunit "Cues And KPIs";
#pragma warning disable AS0072
#if not CLEAN26
UserTaskManagement: Codeunit "User Task Management";
#endif
#pragma warning restore AS0072
CalcTaskId: Integer;
}
}
Loading
Loading