Merge pull request #6603 from papnoisanjeev/cart-rule-coupon-type-selection-manual-hide-auto-generate-details

On Selection of manual coupon code, Auto Generate Coupon Code section details should be hide.
This commit is contained in:
Jitendra Singh 2022-08-02 18:52:03 +05:30 committed by GitHub
commit 8955477d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
{!! view_render_event('bagisto.admin.promotions.cart-rules.create.after') !!}
<accordian title="{{ __('admin::app.promotions.cart-rules.coupon-codes') }}" :active="false" v-if="coupon_type && use_auto_generation">
<accordian title="{{ __('admin::app.promotions.cart-rules.coupon-codes') }}" :active="false" v-if="parseInt(use_auto_generation) && parseInt(coupon_type)">
<div slot="body">
<create-coupon-form></create-coupon-form>
</div>