From 996b6eca66db39108f22abe4ed7e918cc10cb1fb Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Wed, 21 Oct 2020 23:52:34 +0530 Subject: [PATCH] event ticket price field shouldn't accept negative Issue #4130 --- .../admin/catalog/products/accordians/booking/event.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/BookingProduct/src/Resources/views/admin/catalog/products/accordians/booking/event.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/admin/catalog/products/accordians/booking/event.blade.php index 0955e9a33..ec9799eff 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/admin/catalog/products/accordians/booking/event.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/admin/catalog/products/accordians/booking/event.blade.php @@ -64,7 +64,7 @@
- + @{{ errors.first(controlName + '[price]') }}