1
0
forked from poc/pds

Changed running digits of panel box is 6 digits

This commit is contained in:
dhanabalan
2026-05-07 11:23:32 +05:30
parent a6d3add1ac
commit 7a423d0f62

View File

@@ -88,7 +88,7 @@ class ProductionOrderController extends Controller
{
$serial = str_pad($i, 6, '0', STR_PAD_LEFT);
$serialCount = substr(str_pad($i, 6, '0', STR_PAD_LEFT), -5);
$serialCount = substr(str_pad($i, 6, '0', STR_PAD_LEFT), -6);
$qrData = $plantCode . '/' . $itemCode . '/' . $year.$month . '/' . $serialCount;