Merge pull request #10349 from a-schild/8.0

Fix for issue #10333 branch 8.0
This commit is contained in:
Laurent Destailleur 2019-01-17 18:59:36 +01:00 committed by GitHub
commit 55771bdb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ class PaymentTerm // extends CommonObject
global $langs;
$sql = "SELECT";
$sql.= " t.rowid,";
$sql.= " t.entity";
$sql.= " t.entity,";
$sql.= " t.code,";
$sql.= " t.sortorder,";