diff --git a/src/Business Foundation/App/NoSeries/src/Single/NoSeries.Codeunit.al b/src/Business Foundation/App/NoSeries/src/Single/NoSeries.Codeunit.al index 485a0b1598..e703d2b6a2 100644 --- a/src/Business Foundation/App/NoSeries/src/Single/NoSeries.Codeunit.al +++ b/src/Business Foundation/App/NoSeries/src/Single/NoSeries.Codeunit.al @@ -162,7 +162,6 @@ codeunit 310 "No. Series" /// /// Verifies that the No. Series allows using manual numbers. /// - /// This function allows manual numbers for blank No. Series Codes. /// Code for the No. Series. procedure TestManual(NoSeriesCode: Code[20]) var @@ -174,7 +173,6 @@ codeunit 310 "No. Series" /// /// Verifies that the No. Series allows using manual numbers and throws an error for the document no. if it does not. /// - /// This function allows manual numbers for blank No. Series Codes. /// Code for the No. Series. /// Document No. to be shown in the error message. procedure TestManual(NoSeriesCode: Code[20]; DocumentNo: Code[20]) @@ -187,7 +185,6 @@ codeunit 310 "No. Series" /// /// Determines whether the No. Series allows using manual numbers. /// - /// This function allows manual numbers for blank No. Series Codes. /// Code for the No. Series. /// True if the No. Series allows manual numbers, false otherwise. procedure IsManual(NoSeriesCode: Code[20]): Boolean