Browse Source

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

Laurent Destailleur 2 years ago
parent
commit
884ecc9e87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/supplier_proposal/list.php

+ 1 - 1
htdocs/supplier_proposal/list.php

@@ -344,7 +344,7 @@ if ($search_login) {
 	$sql .= natural_search(array('u.lastname', 'u.firstname', 'u.login'), $search_login);
 }
 if ($search_montant_ht) {
-	$sql .= natural_search('sp.total_ht=', $search_montant_ht, 1);
+	$sql .= natural_search('sp.total_ht', $search_montant_ht, 1);
 }
 if ($search_montant_vat != '') {
 	$sql .= natural_search("sp.total_tva", $search_montant_vat, 1);