Skip to content

Commit f189f2c

Browse files
authored
Update CustomerReport.php (#816)
1 parent 62db912 commit f189f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reports/CustomerReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function columns()
3232
'Orders' => 'Orders',
3333
'edit' => [
3434
'title' => 'Edit',
35-
'formatting' => '<a href=\"admin/security/EditForm/field/Members/item/$ID/edit\" target=\"_new\">edit</a>',
35+
'formatting' => '<a href=\"admin/security/users/EditForm/field/users/item/$ID/edit\" target=\"_new\">edit</a>',
3636
],
3737
];
3838
}

0 commit comments

Comments
 (0)