[-] BO : #PSTEST-525 - Fix problem with the page product : field must be reset if there is an errors

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12731 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-26 17:33:28 +00:00
parent c6b95a1b51
commit 5b8cb6edb9
4 changed files with 22 additions and 19 deletions
+1
View File
@@ -235,6 +235,7 @@ function displayTabProductById(id, selected, index, stack)
url : myurl,
async : true,
cache: false, // cache needs to be set to false or IE will cache the page with outdated product values
data: post_data,
success : function(data)
{
tab_selector.html(data);