Commit fd8774fd by aagusti

konflig

2 parents dbfc823a f59f4bae
......@@ -52,7 +52,7 @@ class AddSchema(colander.Schema):
product_code = colander.SchemaNode(
colander.String(),
widget = widget.HiddenWidget(),
default = "99", #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!