diff --git a/src/Apps/W1/Subscription Billing/App/Sales Service Commitments/Page Extensions/SalesQuoteSubform.PageExt.al b/src/Apps/W1/Subscription Billing/App/Sales Service Commitments/Page Extensions/SalesQuoteSubform.PageExt.al index 109b84773a..fd21939318 100644 --- a/src/Apps/W1/Subscription Billing/App/Sales Service Commitments/Page Extensions/SalesQuoteSubform.PageExt.al +++ b/src/Apps/W1/Subscription Billing/App/Sales Service Commitments/Page Extensions/SalesQuoteSubform.PageExt.al @@ -86,7 +86,7 @@ pageextension 8075 "Sales Quote Subform" extends "Sales Quote Subform" local procedure InitializePageVariables() begin CustomerContractNo := Rec.RetrieveFirstContractNo("Service Partner"::Customer, Enum::Process::"Contract Renewal"); - VendorContractNo := Rec.RetrieveFirstContractNo("Service Partner"::Customer, Enum::Process::"Contract Renewal"); + VendorContractNo := Rec.RetrieveFirstContractNo("Service Partner"::Vendor, Enum::Process::"Contract Renewal"); end; var