VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: kreatik on January 25, 2009, 20:00:43 PM

Title: Patch package 1.1.2->1.1.3
Post by: kreatik on January 25, 2009, 20:00:43 PM
Hi all :)

Possible bug in default template.
File : quantity_box_general.tpl.php line 47, actually :

if( !isNaN( qty ) && qty > 0

correct :

if( !isNaN( qty ) && qty > 0

what do you think about this ?
Title: Patch package 1.1.2->1.1.3
Post by: aravot on January 25, 2009, 20:06:31 PM
If you think you found a bug post it in bug tracker or Quality and Testing forum, don't hijack thread, thank you.

The above is for XHTML validation
Title: Patch package 1.1.2->1.1.3
Post by: kreatik on January 25, 2009, 20:37:12 PM
I'm sorry but it's JS bug ;)
Title: Re: Patch package 1.1.2->1.1.3
Post by: kreatik on March 31, 2009, 19:57:42 PM
up