From 2415408a5005404dd142d8f29870ea67a713160d Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 11 Jul 2024 16:22:41 +0100 Subject: [PATCH] Prevent ludicrious amount of min_qty Signed-off-by: snipe --- .../views/partials/forms/edit/minimum_quantity.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/partials/forms/edit/minimum_quantity.blade.php b/resources/views/partials/forms/edit/minimum_quantity.blade.php index 1566ab2e9..798c6fe72 100644 --- a/resources/views/partials/forms/edit/minimum_quantity.blade.php +++ b/resources/views/partials/forms/edit/minimum_quantity.blade.php @@ -3,13 +3,13 @@
- +
{!! $errors->first('min_amt', '') !!}