Skip to content

Commit 5ea5282

Browse files
committed
Issue #2295 fixed.
1 parent a0d4858 commit 5ea5282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/Webkul/Admin/src/Http/Controllers/Lead/LeadController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ public function updateStage(int $id)
316316

317317
$lead = $this->leadRepository->update(
318318
[
319+
'closed_at' => request()->input('closed_at'),
319320
'entity_type' => 'leads',
320321
'lead_pipeline_stage_id' => $stage->id,
321322
],

0 commit comments

Comments
 (0)