1
0
forked from poc/pds

Added logic in panel check list

This commit is contained in:
dhanabalan
2026-07-03 08:27:16 +05:30
parent 65b4ce50d3
commit 776d1664ce

View File

@@ -197,7 +197,7 @@ public $records = [];
$characteristic = ProductCharacteristicsMaster::find($characteristicId);
if (! $characteristic || ! is_numeric($value)){
if (! $characteristic || ! is_numeric($value) || ($value < $characteristic->lower || $value > $characteristic->upper)) {
return false;
}
}