Add packing units, calculate price according to packing units
This commit is contained in:
@@ -89,14 +89,7 @@ Public Class frmExportMain
|
||||
Cast(Of WinlineData.DocumentType)().
|
||||
Select(AddressOf MapDocumentTypeFromEnum).
|
||||
ToList()
|
||||
|
||||
Dim oDocType = CurrentTemplate.GetParameter("DOCTYPE")
|
||||
Dim oPreselectedDocType As Integer = 0
|
||||
If oDocType IsNot Nothing Then
|
||||
Integer.TryParse(oDocType, oPreselectedDocType)
|
||||
End If
|
||||
|
||||
comboDocumentType.EditValue = oPreselectedDocType
|
||||
comboDocumentType.EditValue = DirectCast(CurrentTemplate.DocType, Integer)
|
||||
|
||||
If ConfigManager.Config.LastUsedMandator <> "" Then
|
||||
lookupMandator.EditValue = Winline.Mandators.
|
||||
|
||||
Reference in New Issue
Block a user