Merge pull request #10348 from a-schild/9.0

Fix for issue #10333 branch 9.0
This commit is contained in:
Laurent Destailleur 2019-01-17 18:58:49 +01:00 committed by GitHub
commit 16bb85b7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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