From fdf8d0571866f7231f98532506e38c25aff19f13 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 2 Dec 2016 14:18:26 -0500 Subject: [PATCH] Send admin to the main coupon admin page. This way they get list of pending coupons. --- classes/helper/notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/helper/notification.php b/classes/helper/notification.php index f8cb44c..0eaebcd 100644 --- a/classes/helper/notification.php +++ b/classes/helper/notification.php @@ -162,7 +162,7 @@ class GlmMembersAdmin_coupon_notification extends GlmDataMembers require GLM_MEMBERS_PLUGIN_SETUP_PATH.'/standardTemplateParams.php'; $viewFile = 'admin/coupons/ownerEmail.html'; - $couponList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-coupons-list"; + $couponList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-coupons-index"; $smarty->templateAssign( 'notify_message', $notify_message); $smarty->templateAssign( 'location', 'Member Coupons' ); $smarty->templateAssign( 'member', $member ); -- 2.17.1