This commit is contained in:
2024-12-16 08:57:25 +01:00
3 changed files with 10 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ class BusinessDAO(QObject):
self.__cur = self.__con.cursor()
def getBusiness(self, enc_key, criterion = "Alle"):
if self.__cur:
self.__cur.callproc("getCustomerView", (enc_key, criterion,))