hallo
This commit is contained in:
@@ -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,))
|
||||
|
||||
Reference in New Issue
Block a user