Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjo Menent committed Aug 1, 2015
2 parents f9a7a49 + 3d847ac commit 34b1ce6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 53 deletions.
14 changes: 0 additions & 14 deletions dev/ansible/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions dev/ansible/deployplaybook/deploydev.yml

This file was deleted.

2 changes: 0 additions & 2 deletions dev/ansible/deployplaybook/files/apachealias.conf

This file was deleted.

2 changes: 0 additions & 2 deletions dev/ansible/deployplaybook/hosts

This file was deleted.

10 changes: 0 additions & 10 deletions dev/ansible/deployplaybook/templates/info.html.j2

This file was deleted.

3 changes: 2 additions & 1 deletion htdocs/product/stock/list.php
Expand Up @@ -2,6 +2,7 @@
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2014 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2015 Juanjo Menent <jmenent@2byte.es>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -68,7 +69,7 @@
$sql.= " GROUP BY e.rowid, e.label, e.statut, e.lieu, e.address, e.zip, e.town, e.fk_pays";
$sql.= $db->order($sortfield,$sortorder);
$sql.= $db->plimit($limit+1, $offset);
print $sql;

$result = $db->query($sql);
if ($result)
{
Expand Down

0 comments on commit 34b1ce6

Please sign in to comment.