Commit 534d364b by Tatang S

tool pbb uptd (penagihan)

1 parent 12282db5
......@@ -217,6 +217,15 @@ class FixFormulir(BaseFixLength):
def get_structure(self):
return FORMULIR
########### baru untuk penagihan ###########
UPTD = list(DATI2)
UPTD.append(('kd_uptd', 2, 'N'))
class FixUptd(BaseFixLength):
def get_structure(self):
return UPTD
############################################
def ensure_datetime(d):
"""
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!