Reenable add customer interface

This commit is contained in:
2024-11-28 14:03:06 +01:00
parent 6b0e8e316f
commit 70ad4d557b

View File

@@ -25,8 +25,7 @@ Item {
//width: icon.width //width: icon.width
anchors.right: parent.right anchors.right: parent.right
flat: true flat: true
// onClicked: appLoader.source = "AddCustomer.qml" onClicked: appLoader.source = "AddCustomer.qml"
onClicked: bm.setVisibleColumns(["gecos", "userid"])
} }