[-] Installer : Fix country_to_timezone in last step
[+] BO : now AdminProducts and AdminCategories are separated from AdminCatalog [+] FO : new method Category::getAllChildren() (the return value is an array, but can evolve to a collection // Uses of Media:: in header.inc.php git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9097 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -752,7 +752,7 @@ if ($lm->getIncludeTradFilename())
|
||||
$('#benefitsBlock').show();
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "./php?controller=country_to_timezone.php?country="+$("select#infosCountry option:selected").attr('rel'),
|
||||
url: "./php/country_to_timezone.php?country="+$("select#infosCountry option:selected").attr('rel'),
|
||||
success: function(timezone){
|
||||
$("select#infosTimezone").val(timezone);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user