LinesAllowQuantityNull Method

Indicates whether the line of a note type (NoteType) allows null quantities.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool AllowQuantityNull(
	NoteType noteType,
	string documentStatus
)

Parameters

noteType  NoteType
NoteType with the note type.
documentStatus  String
string with the document status.

Return Value

Boolean
if the note allows null quantities; otherwise, .

See Also