CHange input type hidden to input type integer
This commit is contained in:
@@ -99,8 +99,8 @@ class CartAdd extends BaseForm
|
|||||||
"for" => "quantity"
|
"for" => "quantity"
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
->add("append", "hidden")
|
->add("append", "integer")
|
||||||
->add("newness", "hidden")
|
->add("newness", "integer")
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user