Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
master-absenku-custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nurchamim
master-absenku-custom
Commits
23931417
Commit
23931417
authored
Jan 19, 2026
by
Rezha Setyo Atmojo
Committed by
nurchamim
Jan 20, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modul: Bug Kanban Sales
status: selesai keterangan: - bug nama lead source tidak terupdate
parent
85432b19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
application/controllers/sales_activity/kanban/Kanban_detail.php
+3
-0
No files found.
application/controllers/sales_activity/kanban/Kanban_detail.php
View file @
23931417
...
@@ -123,8 +123,11 @@ class Kanban_detail extends MY_Controller
...
@@ -123,8 +123,11 @@ class Kanban_detail extends MY_Controller
]);
]);
}
}
$nama_lead_source
=
$this
->
db
->
select
(
'nama'
)
->
where
([
'id_company'
=>
$this
->
id_company
,
'id_lead_m'
=>
$lead_source
])
->
get
(
'sales_lead_m'
)
->
row
()
->
nama
;
$data_pipeline_main
=
[
$data_pipeline_main
=
[
'id_lead_m'
=>
$lead_source
,
'id_lead_m'
=>
$lead_source
,
'nama_lead_source'
=>
$nama_lead_source
,
'pic_nama'
=>
(
$jenis_pelanggan
==
'perorangan'
)
?
$pelanggan
:
$nama_pic
,
'pic_nama'
=>
(
$jenis_pelanggan
==
'perorangan'
)
?
$pelanggan
:
$nama_pic
,
'pic_email'
=>
$email_pic
,
'pic_email'
=>
$email_pic
,
'pic_telp'
=>
$telp_pic
,
'pic_telp'
=>
$telp_pic
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment