From 752db0759177d9e804e9b57ed87e40676a4bcc5d Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 22 May 2023 14:36:57 +0700 Subject: fix sales order monitoring --- indoteknik_custom/views/sale_monitoring_detail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') 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'" /> -- cgit v1.2.3