From 31a3022c0a4319cfb5ff352a316e397d7e02d8e2 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Fri, 18 Apr 2025 18:23:22 +0530 Subject: [PATCH] stock changes 18-04-2025 --- app/Views/stock/gasStockDetails.php | 1 - app/Views/stock/trpProductionStockDetails.php | 1 - 2 files changed, 2 deletions(-) diff --git a/app/Views/stock/gasStockDetails.php b/app/Views/stock/gasStockDetails.php index b30e1cfd..62317672 100644 --- a/app/Views/stock/gasStockDetails.php +++ b/app/Views/stock/gasStockDetails.php @@ -1302,7 +1302,6 @@ // Validate against the regex const isValid = /^-?\d*\.?\d*$/.test(input); if (!isValid) { - alert('Invalid input! Please enter a valid number.'); return 0; } diff --git a/app/Views/stock/trpProductionStockDetails.php b/app/Views/stock/trpProductionStockDetails.php index 7ae71b79..6dcf00ac 100644 --- a/app/Views/stock/trpProductionStockDetails.php +++ b/app/Views/stock/trpProductionStockDetails.php @@ -2440,7 +2440,6 @@ $timeOtions[] = "12:00 AM"; // Validate against the regex const isValid = /^-?\d*\.?\d*$/.test(input); if (!isValid) { - alert('Invalid input! Please enter a valid number.'); return 0; }