Adding customer done..still the GUI needs retouches
This commit is contained in:
@@ -18,7 +18,6 @@ class ContactDAO:
|
||||
self.__con.commit()
|
||||
self.__cur.callproc("getLastInsertId")
|
||||
contact_id = self.__cur.fetchone()
|
||||
print(contact_id)
|
||||
return contact_id[0]
|
||||
except mariadb.Error as e:
|
||||
print("MDB: " + str(e))
|
||||
|
||||
Reference in New Issue
Block a user