diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-05-22 14:36:57 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-05-22 14:36:57 +0700 |
| commit | 752db0759177d9e804e9b57ed87e40676a4bcc5d (patch) | |
| tree | 9acb5c7f42c0e67f645ac4c5efce14d521f32989 /indoteknik_custom/views | |
| parent | d63a3069a30c944b63d784625f046d3e7363eebd (diff) | |
fix sales order monitoring
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_monitoring_detail.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_monitoring_detail.xml b/indoteknik_custom/views/sale_monitoring_detail.xml index d1d900f6..b9602abd 100755 --- a/indoteknik_custom/views/sale_monitoring_detail.xml +++ b/indoteknik_custom/views/sale_monitoring_detail.xml @@ -20,7 +20,7 @@ decoration-danger="status == 'Belum PO sama sekali' or status == 'Belum PO full'" decoration-warning="status == 'Belum Received sama sekali' or status == 'Belum Received full'" decoration-success="status == 'SIAP KIRIM' or status == 'KIRIM SISANYA'" - decoration-info="status == 'Belum Invoiced'" + decoration-info="status == 'Belum Invoiced' or status == 'Done'" /> </tree> </field> |
