Skip to content

Commit

Permalink
[8.0.1.1.0][l10n_id_djbc_kite_lap_pengeluaran_hasil_produksi] Modify …
Browse files Browse the repository at this point in the history
…SQL Query
  • Loading branch information
mikevhe18 authored and andhit-r committed Sep 16, 2019
1 parent efe0c20 commit 2a95b96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def _where(self, movement_type_id):
where_str = """
WHERE
a.state = 'done' AND
a.djbc_custom IS TRUE AND
e.djbc_kite_scrap IS FALSE AND
e.djbc_kite_movement_type_id=%s
""" % (movement_type_id)
Expand Down

0 comments on commit 2a95b96

Please sign in to comment.