Testing logger and debug
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user