Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

This commit is contained in:
Laurent Destailleur
2023-03-18 10:51:07 +01:00
parent 9f2fb17446
commit 6e17c0c961

View File

@@ -5696,7 +5696,7 @@ function get_localtax_by_third($local)
$sql .= " WHERE c.code = '".$db->escape($mysoc->country_code)."' AND tt.active = 1";
$sql .= " ) ";
$sql .= " AND t.localtax".$local."_type > 0";
$sql .= " ORDER BY rowid DESC";
$sql .= " ORDER BY t.rowid DESC";
$resql = $db->query($sql);
if ($resql) {