Commit cda9d01b by iwan

Update bjb_qris.py

1 parent f647c3d4
......@@ -103,7 +103,7 @@ class AddParamsSchema(colander.Schema):
product_code = colander.SchemaNode(
colander.String(),
widget = widget.HiddenWidget(),
default = "01", #30,
default = "99", #30,
oid = "product_code",
title="")
invoice_no = colander.SchemaNode(
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!