Merge pull request #10350 from a-schild/7.0

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

View File

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