Commit 748caac0 by iwan

get_filter_tahun tahun = tahun_id

1 parent e0f0dcc8
...@@ -209,7 +209,7 @@ class AvailableInvoice: ...@@ -209,7 +209,7 @@ class AvailableInvoice:
def get_filter_tahun(self, q): def get_filter_tahun(self, q):
if self.option.tahun: if self.option.tahun:
q = q.filter_by(tahun=self.option.tahun) q = q.filter_by(tahun_id=self.option.tahun)
return q return q
def get_filter_nominal(self, q): def get_filter_nominal(self, q):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!