diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-26 09:11:45 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-26 09:11:45 +0700 |
| commit | 9df53ac2b48ee5f6285715f642b341dff93ad295 (patch) | |
| tree | 6758c8f513cc55d0de28d6c35860099d995e6b0b /indoteknik_custom/views | |
| parent | 435d8278e7801d8c6ccaea8c62a66906761de098 (diff) | |
change condition of leads monitoring
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/leads_monitoring.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indoteknik_custom/views/leads_monitoring.xml b/indoteknik_custom/views/leads_monitoring.xml index 3b4327cd..9e9934dd 100644 --- a/indoteknik_custom/views/leads_monitoring.xml +++ b/indoteknik_custom/views/leads_monitoring.xml @@ -25,8 +25,8 @@ widget="badge" decoration-danger="stage_status == '1-Lead / Potensi Baru'" decoration-warning="stage_status == '2-Proses Lain, Visit, Etc'" - decoration-success="stage_status == '3-Proses Quotation'" - decoration-info="stage_status == '4-Proses Negosiasi'" + decoration-success="stage_status == '5-Proses Berhasil'" + decoration-info="stage_status == '4-Proses Negosiasi' or stage_status == '3-Proses Quotation'" /> </tree> </field> @@ -60,8 +60,8 @@ widget="badge" decoration-danger="stage_status == '1-Lead / Potensi Baru'" decoration-warning="stage_status == '2-Proses Lain, Visit, Etc'" - decoration-success="stage_status == '3-Proses Quotation'" - decoration-info="stage_status == '4-Proses Negosiasi'" + decoration-success="stage_status == '5-Proses Berhasil'" + decoration-info="stage_status == '4-Proses Negosiasi' or stage_status == '3-Proses Quotation'" /> </group> </group> |
