bugfix customer_email formfield integration

This commit is contained in:
Michael Kaufmann (d00p)
2011-02-12 17:17:13 +01:00
parent 13904cfd7b
commit f3d505170a
2 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ return array (
array (
'url' => 'customer_email.php?page=emails&action=add',
'label' => $lng['emails']['emails_add'],
'required_resources' => 'emails',
'required_resources' => 'emails'
),
array (
'url' => 'customer_autoresponder.php',