summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-05-22 14:36:57 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-05-22 14:36:57 +0700
commit752db0759177d9e804e9b57ed87e40676a4bcc5d (patch)
tree9acb5c7f42c0e67f645ac4c5efce14d521f32989 /indoteknik_custom/views
parentd63a3069a30c944b63d784625f046d3e7363eebd (diff)
fix sales order monitoring
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_monitoring_detail.xml2
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>