Uncomment nip field in PartnerSchema for validation

1 parent 0822c626
...@@ -94,11 +94,11 @@ class NamaSchema(colander.Schema): ...@@ -94,11 +94,11 @@ class NamaSchema(colander.Schema):
class PartnerSchema(NamaSchema): class PartnerSchema(NamaSchema):
# nip = colander.SchemaNode( nip = colander.SchemaNode(
# colander.String(), colander.String(),
# missing=colander.drop, missing=colander.drop,
# validator=colander.Length(max=32), validator=colander.Length(max=32),
# oid="nip") oid="nip")
# npwp = colander.SchemaNode( # npwp = colander.SchemaNode(
# colander.String(), # colander.String(),
# missing=colander.drop, # missing=colander.drop,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!