* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -820,7 +821,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print'<tr>';
print'<td>'.$langs->trans('ThirdParty').'</td>';
print'<td>';
print$form->select_company('','socid','s.rowid NOT IN (SELECT fk_soc FROM '.MAIN_DB_PREFIX.'product_customer_price)',1);
print$form->select_company('','socid','s.rowid NOT IN (SELECT fk_soc FROM '.MAIN_DB_PREFIX.'product_customer_price WHERE fk_product='.$object->id.')',1);