feat: implement query_nop function for formatted NOP retrieval

1 parent a59ab3a5
......@@ -327,31 +327,31 @@ def nop_formatted(row):
# row.kd_jns_op)
# def query_nop(table):
# return func.concat(table.kd_propinsi,
# func.concat(
# '.',
# func.concat(
# table.kd_dati2,
# func.concat(
# '-',
# func.concat(
# table.kd_kecamatan,
# func.concat(
# '.',
# func.concat(
# table.kd_kelurahan,
# func.concat(
# '-',
# func.concat(
# table.kd_blok,
# func.concat(
# '.',
# func.concat(
# table.no_urut,
# func.concat(
# '-',
# table.kd_jns_op))))))))))))
def query_nop(table): #digunakan oleh e2apbb
return func.concat(table.kd_propinsi,
func.concat(
'.',
func.concat(
table.kd_dati2,
func.concat(
'-',
func.concat(
table.kd_kecamatan,
func.concat(
'.',
func.concat(
table.kd_kelurahan,
func.concat(
'-',
func.concat(
table.kd_blok,
func.concat(
'.',
func.concat(
table.no_urut,
func.concat(
'-',
table.kd_jns_op))))))))))))
# JEnis REstitusi Kompensasi
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!