From 3d552b79fe3128d3e77cfd7681a5c1db05e33010 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Wed, 3 Jul 2019 14:01:24 +0530 Subject: [PATCH] A small bug fix in shop price after login --- packages/Webkul/ShowPriceAfterLogin/Config/system.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/Webkul/ShowPriceAfterLogin/Config/system.php b/packages/Webkul/ShowPriceAfterLogin/Config/system.php index a517727cd..a91f79513 100644 --- a/packages/Webkul/ShowPriceAfterLogin/Config/system.php +++ b/packages/Webkul/ShowPriceAfterLogin/Config/system.php @@ -32,10 +32,6 @@ return [ 'type' => 'select', 'options' => [ [ - 'name' => 'default', - 'title' => 'ShowPriceAfterLogin::app.showpriceafterlogin.select-function', - 'value' => "" - ], [ 'name' => 'hide-buy-cart-guest', 'title' => 'ShowPriceAfterLogin::app.showpriceafterlogin.hide-buy-cart-guest', 'value' => "hide-buy-cart-guest"