diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index acbd15712e5..ec7bfeab7c4 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -3582,10 +3582,11 @@ class Form
$opt = '';
$sql = 'SELECT rowid, ref, situation_cycle_ref, situation_counter, situation_final, fk_soc';
- $sql.= ' FROM ' . MAIN_DB_PREFIX . 'facture';
- $sql.= ' WHERE entity IN ('.getEntity('invoice').')';
- $sql.= ' AND situation_counter>=1';
- $sql.= ' ORDER by situation_cycle_ref, situation_counter desc';
+ $sql .= ' FROM ' . MAIN_DB_PREFIX . 'facture';
+ $sql .= ' WHERE entity IN ('.getEntity('invoice').')';
+ $sql .= ' AND situation_counter>=1';
+ $sql .= ' AND type <> 2';
+ $sql .= ' ORDER by situation_cycle_ref, situation_counter desc';
$resql = $this->db->query($sql);
if ($resql && $this->db->num_rows($resql) > 0) {
// Last seen cycle