Skip to content

Commit

Permalink
Update CustomerReport.php (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyThorpe committed Jan 19, 2024
1 parent 62db912 commit f189f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reports/CustomerReport.php
Expand Up @@ -32,7 +32,7 @@ public function columns()
'Orders' => 'Orders',
'edit' => [
'title' => 'Edit',
'formatting' => '<a href=\"admin/security/EditForm/field/Members/item/$ID/edit\" target=\"_new\">edit</a>',
'formatting' => '<a href=\"admin/security/users/EditForm/field/users/item/$ID/edit\" target=\"_new\">edit</a>',
],
];
}
Expand Down

0 comments on commit f189f2c

Please sign in to comment.