Commit f59f4bae by suri

ubah default produk menjadi 99

1 parent d5a5e60c
......@@ -52,7 +52,7 @@ class AddSchema(colander.Schema):
product_code = colander.SchemaNode(
colander.String(),
widget = widget.HiddenWidget(),
default = 30,
default = 99,
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!