Gregory Roussac
f3755e2d0a
Merge pull request #843 from ldecoker/patch-10
...
[-] BO : AdminMeta - make sure module and controller name are in lowercase
2013-10-14 07:46:56 -07:00
Gregory Roussac
bce6e8f09f
Merge pull request #837 from axometeam/patch-21
...
[-] BO : bad query when filtering on status + sorting by quantity in the AdminProducts getList
2013-10-14 07:45:52 -07:00
gRoussac
cc8ec4fd45
[-] CORE : Fix bug #PSCFV-10687 bad conversion for accentuated Y and W, thanks @mike15
2013-10-14 16:03:50 +02:00
Jerome Nadaud
3282bd19e4
// Small fix
2013-10-14 10:59:20 +02:00
gRoussac
af9182dad5
[-] CORE , follow up b87e934a66 and a10dcab6e7
2013-10-14 10:51:17 +02:00
Gregory Roussac
3539eb3697
Merge pull request #842 from kiropowered/patch-1
...
[-] CORE : StockMvt Fix bug if product have attribute
2013-10-14 01:30:30 -07:00
ldecoker
a377ecd571
Update Meta.php
...
Use strtolower from Tools class.
2013-10-14 09:53:50 +02:00
ldecoker
8d7e96176c
SEO - make sure module and controller name are in lowercase
...
For module controller, make sure that the name of the controller and the module are saved in lowercase. Otherwise the route will not be found in getModuleLink.
2013-10-14 09:38:04 +02:00
gRoussac
f9cfde9a05
[-] MO : Trackingfront, could not load employee stats date
2013-10-12 23:24:32 +02:00
kiropowered
a10dcab6e7
Update StockMvt.php
...
Fix bug if product have attribute
2013-10-12 14:28:27 +02:00
Chris
3f6139be42
BO: added UPC and EAN search
2013-10-11 21:02:01 +03:00
Axome
9d5a9225e5
Correct some "bad query" in the admin products getList
...
Here the wrong Sql generated :
SELECT SQL_CALC_FOUND_ROWS a.`id_product`,b.name as name,`reference`,a.price as price,a.active as active , MAX(i.id_image) id_image,cl.name `name_category` , a.`price`, 0 AS price_final, sav.`quantity` as sav_quantity, a.`active` FROM `ps_product` a LEFT JOIN `ps_product_lang` b ON (b.`id_product` = a.`id_product` AND b.`id_lang` = 2 AND b.`id_shop` = 1) LEFT JOIN `ps_image` i ON (i.`id_product` = a.`id_product` AND i.cover=1)LEFT JOIN `ps_category_lang` cl ON (a.`id_category_default` = cl.`id_category` AND b.`id_lang` = cl.`id_lang` AND cl.id_shop = 1) LEFT JOIN `ps_stock_available` sav ON (sav.`id_product` = a.`id_product` AND sav.`id_product_attribute` = 0 AND sav.id_shop = 1 ) WHERE 1 AND a.`active` = 0 GROUP BY a.id_product ORDER BY quantity desc LIMIT 0,50
'quantity' is ambigus (for the ORDER BY)
2013-10-11 18:17:55 +02:00
Rémi Gaillard
06c62c1684
[-] WS: Fix #PSCFV-10672 order by ID for non multishop entities
2013-10-11 17:53:15 +02:00
gRoussac
a07733fcec
[-] BO : Could not insert referrer id_connections_source can not be null
2013-10-11 16:52:53 +02:00
Jerome Nadaud
1a1f3de775
[-] BO: Fixbug #PSCFV-10671 - Double htmlentities.
2013-10-11 13:33:31 +02:00
Gregory Roussac
6c739ee2b3
Merge pull request #833 from djfm/development
...
[*] LO : set correct currency format for CHF
2013-10-11 01:58:10 -07:00
gRoussac
36ca7bc508
[-] BO : AdminImport, fix Group searchByName
2013-10-11 10:23:17 +02:00
djfm
bb96c8754f
[*] LO : set correct currency format for CHF
2013-10-11 07:14:30 +00:00
gRoussac
286084c42d
Merge branch 'master' of https://github.com/DarkHack/PrestaShop into contrib/master
...
Conflicts:
controllers/admin/AdminImportController.php
2013-10-10 17:06:13 +02:00
Jerome Nadaud
789911184b
[-] BO : FixBug - Remove second email in recipient
2013-10-10 15:04:32 +02:00
François Gaillard
8d1bca5542
Merge pull request #768 from enumag/patch-4
...
[-] Classes : Hook - Display payment method & custommer currency bug fix
2013-10-09 13:52:09 -07:00
Jerome Nadaud
f6bbb6e241
// Fix duplicate invoice delivery number
2013-10-09 17:43:43 +02:00
Jerome Nadaud
68d84892c7
// remove self::
2013-10-09 16:40:09 +02:00
Jerome Nadaud
2feb5dd8d2
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-10-09 16:31:09 +02:00
Jerome Nadaud
d0a4636966
[-] BO : FixBug #PSCFV-9957 - Duplicate order invoice number
2013-10-09 16:29:15 +02:00
Sylvain Gougouzian
7a6dea4964
[~] BO : Export DeliverySlip
...
The dates range wasn't using the correct sql fields.
2013-10-09 10:39:24 +02:00
gRoussac
85946bacbe
// small cast
2013-10-08 18:35:56 +02:00
gRoussac
e4a642128a
[-] FO : Fix bug #PSCFV-10606 could not have correct taxCalculationMethod when vat number in customer address
2013-10-08 11:09:52 +02:00
Rémi Gaillard
7d0e9a5f06
// Fix double entities on AdminLog listing #PSCFV-10472
2013-10-07 19:37:58 +02:00
Francois Gaillard
77b2b4b6ca
// Manual merge PS 1.5.6.0
2013-10-07 18:22:55 +02:00
gRoussac
302260539b
// Report from ebf09792e9
2013-10-07 12:08:39 +02:00
Vincent Augagneur
3f4f298ad4
[-] CORE fixed bug #PSCFV-10595 - small fix in function addJqueryPlugin()
2013-10-07 10:01:26 +02:00
Rémi Gaillard
2aee99c0b0
[-] FO: Fix display of quantity discounts on product pages if the customer is allowable for multiple discount for the same quantity #PSCFV-10580
2013-10-04 18:37:30 +02:00
Jerome Nadaud
121fcdc39f
// Fix list start
2013-10-04 16:56:35 +02:00
gRoussac
a4b7fc942f
[-] CORE : #PSCFV-10389 Avoid eventual empty Specific Price Rule
2013-10-04 14:11:42 +02:00
Rémi Gaillard
fef8d2beac
// Fix group reduction per category
2013-10-04 14:00:42 +02:00
Rémi Gaillard
f100027e5d
[-] FO: packages should be splitted with advanced stock management when carrier is not associated to multiple warehouse
2013-10-03 19:21:49 +02:00
gRoussac
62d946ea68
[-] CORE : Fix bug #PSCFV-10179 Duplicate specific price records when updating a product
2013-10-03 18:41:06 +02:00
gRoussac
7f32e8d187
[-] BO : Fix bug #PSCFV-10064, could not import feature in multilang, thanks @E.Bigfoot
2013-10-03 16:09:43 +02:00
PhpMadman
e38d808a85
[*] BO: wrong description on getIdOrderCarrier
2013-10-03 15:51:27 +02:00
Damien Metzger
6e0c3e1aa2
// addFeatureValueImport partial fix
2013-10-03 12:24:35 +02:00
Jerome Nadaud
3585bf33c8
// Fix supply order change state save button
2013-10-03 11:49:16 +02:00
Jerome Nadaud
43a60f1b57
[-] BO : FixBug #PSCFV-9044 - Missing state in new order, and now you can edit customer addresses
2013-10-03 11:06:08 +02:00
Krystian Podemski
d87c816038
[*] CORE : Increasing the length of link_rewrite & name in Category.php
...
In database this fields have varchar(128) so let's give the user full size of fields
2013-10-03 10:20:45 +02:00
gRoussac
e9a3c98af9
[-] BO : Fix bug #PSCFV-8389 duplicates is SpecificPrice table
2013-10-02 18:57:45 +02:00
Gregory Roussac
3d1d178bba
Merge pull request #783 from ellisium/upper
...
[-] CORE : CART::BOTH should be Cart::Both
2013-10-02 16:35:37 +02:00
Gregory Roussac
4bb4199f5a
Merge pull request #783 from ellisium/upper
...
[-] CORE : CART::BOTH should be Cart::Both
2013-10-02 07:34:00 -07:00
Eric Le Lay
3e0c5e71f4
classname uppercase issue
2013-10-02 16:28:45 +02:00
gRoussac
96be4068f5
// norms
2013-10-02 15:48:29 +02:00
gRoussac
bf6a0e0077
[-] BO : Fix bug #PSCFV-5060 could not import supplier_combinations in combinations import
2013-10-02 15:46:11 +02:00