Finished adding a client, still the GUI need some retouches

This commit is contained in:
2024-12-11 17:16:37 +01:00
parent 9a8be0409a
commit e2fe0c89c0
5 changed files with 27 additions and 25 deletions

View File

@@ -106,9 +106,9 @@ class BusinessModel(QAbstractTableModel):
def onRowClicked(self, row):
print(row)
@Slot(dict)
def addBusiness(self, business):
BusinessDAO().addBusiness(business)
@Slot(dict, int)
def addBusiness(self, business, contact_id):
BusinessDAO().addBusiness(business, contact_id)
#BusinessDAO().addPlz()