Commit c75122de by Owo Sugiana

Bug fixed saat tipe pajak tidak diisi

1 parent 7a8a9c1c
...@@ -272,7 +272,7 @@ class BaseInquiry: ...@@ -272,7 +272,7 @@ class BaseInquiry:
def get_type_name(self): def get_type_name(self):
t = self.get_type() t = self.get_type()
return t.typenm return t and t.typenm or ''
def get_tgl_kohir(self): def get_tgl_kohir(self):
k = self.get_kohir() k = self.get_kohir()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!