Merge pull request 'uncommented doc no update logic' (#829) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 18s

Reviewed-on: #829
This commit was merged in pull request #829.
This commit is contained in:
2026-07-16 06:54:01 +00:00

View File

@@ -678,7 +678,7 @@ class CycleCount extends Page
$stock->update([
'bin' => $bin,
'batch' => $this->batch,
// 'doc_no' =>$this->docNo,
'doc_no' =>$this->docNo,
'scanned_quantity' => $newScannedQty,
'scanned_status' => $status,
]);