20260316f: Fix Cracker integrali default_qty (500→16) + detect absurd package sizes

- Fixed Cracker integrali default_quantity from 500 to 16 (was weight in grams, should be pieces)
- Review system now also flags products with absurd default_quantity (package size)
  e.g. a 'pz' product claiming 500pz per package gets flagged as '📦 Conf. sospetta'
- Uses same QTY_THRESHOLDS max values for detection
This commit is contained in:
dadaloop82
2026-03-16 08:01:58 +00:00
parent 74d99a11bf
commit 5ca809b31f
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -911,6 +911,6 @@
</div>
</div>
<script src="assets/js/app.js?v=20260316e"></script>
<script src="assets/js/app.js?v=20260316f"></script>
</body>
</html>