FIX: Error retrieving customer prices
This commit is contained in:
parent
8309ed5c12
commit
3ff8b3e437
@ -307,8 +307,8 @@ class Productcustomerprice extends CommonObject
|
||||
{
|
||||
global $langs;
|
||||
|
||||
if (! empty($sortfield)) $sortfield = "t.rowid";
|
||||
if (! empty($sortorder)) $sortorder = "DESC";
|
||||
if ( empty($sortfield)) $sortfield = "t.rowid";
|
||||
if ( empty($sortorder)) $sortorder = "DESC";
|
||||
|
||||
$sql = "SELECT";
|
||||
$sql .= " t.rowid,";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user