diff --git a/Gui/CustomerTables.qml b/Gui/CustomerTables.qml index 0312c8d..aace412 100644 --- a/Gui/CustomerTables.qml +++ b/Gui/CustomerTables.qml @@ -25,8 +25,7 @@ Item { //width: icon.width anchors.right: parent.right flat: true - // onClicked: appLoader.source = "AddCustomer.qml" - onClicked: bm.setVisibleColumns(["gecos", "userid"]) + onClicked: appLoader.source = "AddCustomer.qml" }