summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchasing_job.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-02-09 09:32:52 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-02-09 09:32:52 +0700
commitc76e3d6126c3d595a6c3c5d6802a9f5e7015f378 (patch)
treef5f1cb171693d62961b6100562c6f976632a2499 /indoteknik_custom/models/purchasing_job.py
parentf6be42d37a363b86f4a9ec71ccb38c78cbe2d887 (diff)
change request purchasing job
Diffstat (limited to 'indoteknik_custom/models/purchasing_job.py')
-rw-r--r--indoteknik_custom/models/purchasing_job.py2
1 files changed, 1 insertions, 1 deletions
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)