mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX: Error retrieving customer prices
This commit is contained in:
@@ -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,";
|
||||
|
||||
Reference in New Issue
Block a user