CHange input type hidden to input type integer

This commit is contained in:
badsuricate
2013-10-23 17:25:03 +02:00
parent 62c64444a3
commit 1d75e6a4ad

View File

@@ -99,8 +99,8 @@ class CartAdd extends BaseForm
"for" => "quantity"
)
))
->add("append", "hidden")
->add("newness", "hidden")
->add("append", "integer")
->add("newness", "integer")
;
}