bugfix
This commit is contained in:
@@ -2425,8 +2425,7 @@ Public Class frmMDMDatenverarbetiung
|
||||
WHERE Offertenpositionen.KundenNr='" & KdNr & "' and tblUTAImportNew.Rechnungsdatum = '" & DateTimePicker2.Text & "'
|
||||
) as qryUTA_Fakturierungspositionen
|
||||
WHERE (((qryUTA_Fakturierungspositionen.Gesamtbetrag_Brutto_in_Darstellwährung)<>0))
|
||||
order by LicencePlateNumber, [Card Type]
|
||||
"
|
||||
order by LicencePlateNumber, [Card Type]"
|
||||
|
||||
' sqlstr &= " group by plose_ProduktCode"
|
||||
' sqlstr &= " order by plp_Land, plose_DatumTransaktion"
|
||||
@@ -3626,12 +3625,6 @@ Public Class frmMDMDatenverarbetiung
|
||||
POS.Anzahl = 1
|
||||
' POS.BGebLeistungsNr = BGebLeistungsNr
|
||||
|
||||
|
||||
If POS.LeistungsNr = 441 Then
|
||||
MsgBox("")
|
||||
End If
|
||||
|
||||
|
||||
RG.POSITIONEN.Add(POS)
|
||||
End If
|
||||
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.DirectoryServices.ActiveDirectory
|
||||
Imports System.IO
|
||||
Imports com.sun.org.apache.bcel.internal.generic
|
||||
Imports com.sun.org.glassfish.external.statistics.annotations
|
||||
Imports com.sun.tools.internal.ws.wsdl.framework
|
||||
Imports java.awt.geom
|
||||
Imports javax.print.attribute.standard
|
||||
Imports Microsoft.Office.Interop.Outlook
|
||||
Imports Microsoft.VisualBasic.FileIO
|
||||
Imports VERAG_PROG_ALLGEMEIN
|
||||
|
||||
Reference in New Issue
Block a user