Send admin to the main coupon admin page.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Dec 2016 19:18:26 +0000 (14:18 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Dec 2016 19:18:26 +0000 (14:18 -0500)
This way they get list of pending coupons.

classes/helper/notification.php

index f8cb44c..0eaebcd 100644 (file)
@@ -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 );