From c76e3d6126c3d595a6c3c5d6802a9f5e7015f378 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 9 Feb 2024 09:32:52 +0700 Subject: change request purchasing job --- indoteknik_custom/models/purchasing_job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/models/purchasing_job.py') diff --git a/indoteknik_custom/models/purchasing_job.py b/indoteknik_custom/models/purchasing_job.py index 7ac678c4..4afb3e03 100644 --- a/indoteknik_custom/models/purchasing_job.py +++ b/indoteknik_custom/models/purchasing_job.py @@ -25,7 +25,7 @@ class PurchasingJob(models.Model): CREATE OR REPLACE VIEW %s AS ( select product_id as id, product_id, brand, item_code, product, onhand, incoming, outgoing, action from v_procurement_monitoring_by_product - where action = 'kurang beli' + where action = 'kurang' ) """ % self._table) -- cgit v1.2.3