Offerten mit Preisstaffel

This commit is contained in:
2025-08-19 11:27:02 +02:00
parent 1b2ab457a4
commit b113ce7d4e
5 changed files with 6 additions and 10 deletions

View File

@@ -517,8 +517,6 @@ Public Class cOffertPosition
Public Function UPDATE(LEISTUNGSBEZ_ORG As String) As Boolean
Dim list As List(Of VERAG_PROG_ALLGEMEIN.SQLVariable) = getParameterList(True)
Return SQL.doSQLVarList(getUpdateCmd(LEISTUNGSBEZ_ORG), "FMZOLL", False, list)
End Function