Question

I am creating a custom module. I have a form which have some fields. Here are fields. enter image description here

All Fields are working Fine.. But 08,09 Field show 0 Value in Admin Form.

enter image description here

Any Idea to solve this one.?

Was it helpful?

Solution

Try to define value like a string:

array(
    'value' => '09',
    'label' => Mage::helper('timer')->__('09')
)
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top