Adding customer done..still the GUI needs retouches

This commit is contained in:
2024-12-11 18:50:18 +01:00
parent e2fe0c89c0
commit 9ea0c94674
5 changed files with 10 additions and 13 deletions

View File

@@ -253,7 +253,7 @@ ColumnLayout
if (!checkAddContact.checked)
{
new_business = JsLib.addBusiness(businessGrid)
business_model.addBusiness(new_business)
business_model.addBusiness(new_business, 0)
appLoader.source = "CustomerTable.qml"
}
else