diff --git a/app/Filament/Pages/CycleCount.php b/app/Filament/Pages/CycleCount.php index 605f268..a7af5b4 100644 --- a/app/Filament/Pages/CycleCount.php +++ b/app/Filament/Pages/CycleCount.php @@ -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, ]);