Commit 27d04fe9 by Owo Sugiana

Bug fixed pencarian pembayaran_sppt

1 parent 041a952f
......@@ -80,7 +80,7 @@ class App(BaseApp):
kd_blok=pay.blok,
no_urut=pay.urut,
kd_jns_op=pay.jenis,
thn_pajak_sppt=pay.tahun,
thn_pajak_sppt=str(pay.tahun),
pembayaran_sppt_ke=pay.ke)
return q.first()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!