From 4ea0eef562d824e5032ae9c31c7bc3c854e0e869 Mon Sep 17 00:00:00 2001 From: Cydh Ramdh Date: Thu, 21 Jun 2018 21:33:47 +0700 Subject: [PATCH] Follow up dfec200f55a435f295117d519f5356404e109b2a * Added 'Buyers' submenu in Buyingstore --- config/application.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/application.php b/config/application.php index 5972607d..4e30ad44 100644 --- a/config/application.php +++ b/config/application.php @@ -392,10 +392,12 @@ 'staffsettings' => 'Staff Settings', 'catcontrol' => 'Category Control', ), - 'vending' => array( 'index' => 'Vendors', ), + 'buyingstore' => array( + 'index' => 'Buyers', + ), ), 'AllowMD5PasswordSearch' => false,