uncommented doc no update logic #829

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-16 06:54:02 +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,
]);