Merge pull request 'added logic in cycle count' (#831) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
Reviewed-on: #831
This commit was merged in pull request #831.
This commit is contained in:
@@ -1431,7 +1431,7 @@ class CycleCount extends Page
|
|||||||
|
|
||||||
$serial->update([
|
$serial->update([
|
||||||
'bin' => $bin ?? null,
|
'bin' => $bin ?? null,
|
||||||
'batch' => $this->batch ?? null,
|
'batch' => count($parts) !== 2 ? $this->batch : $serial->batch,
|
||||||
// 'doc_no' => $this->docNo ?? null,
|
// 'doc_no' => $this->docNo ?? null,
|
||||||
'scanned_status' => 'Scanned',
|
'scanned_status' => 'Scanned',
|
||||||
'scanned_quantity' => '1',
|
'scanned_quantity' => '1',
|
||||||
|
|||||||
Reference in New Issue
Block a user