We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b142b commit ba4c321Copy full SHA for ba4c321
1 file changed
interface/web/client/client_edit.php
@@ -70,6 +70,10 @@ function onShowNew() {
70
}
71
72
73
+ // Hide the info tab when creating a new client.
74
+ unset($app->tform->formDef["tabs"]['info']);
75
+ $app->tform->formDef["tab_default"] = "address";
76
+
77
parent::onShowNew();
78
79
0 commit comments