Testing logger and debug

This commit is contained in:
2024-12-10 15:28:00 +01:00
parent 6fd0c5e770
commit 8830e277ec
5 changed files with 55 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ ColumnLayout
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
onCurrentIndexChanged: postcode.currentIndex = city.currentIndex
// onCurrentIndexChanged: postcode.currentIndex = city.currentIndex
}
Label
@@ -246,10 +246,14 @@ ColumnLayout
}
else
{
console.log("Contact available")
var contact_id = 0
new_business = JsLib.addBusiness(businessGrid)
var new_contact = JsLib.addBusiness(addContactLayout)
bm.addBusiness(new_business)
bm.setContact(new_contact)
// bm.setContact(new_contact, contact_id)
// bm.addBusiness(new_business, contact_id)
contact_model.getContacts()
appLoader.source = "CustomerTables.qml"
}
}