diff --git a/ChangeLog.md b/ChangeLog.md index 9e23e26..1cf86cb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,7 @@ ## 4.0.38.0 - Correction de la récupération des modes de paiements de la boutique (libellé et ne recupère que ceux activés) +- Correction de la recherche du produit/service utilisé pour les frais de la facture fournisseur ## 4.0.37.0 - Ajout d'un bouton de mise à jour manuellement depuis un site sur la fiche du tiers diff --git a/admin/tpl/eCommerceSetup.tpl.php b/admin/tpl/eCommerceSetup.tpl.php index 83d82a4..6f683a4 100644 --- a/admin/tpl/eCommerceSetup.tpl.php +++ b/admin/tpl/eCommerceSetup.tpl.php @@ -1053,7 +1053,7 @@ function update_act_ef_crp_order_all() { if (!empty($ecommerceOrderActions['create_supplier_invoice'])) { ?> select_company($infos['supplier_id'], 'supplier_id_'.$key, 's.fournisseur=1 AND status=1', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300') ?> - select_produits($infos['product_id_for_fee'], 'product_id_for_fee_'.$key, (empty($conf->global->STOCK_SUPPORTS_SERVICES)?'0':''), 20, 0, -1, 2, '', 0, null, 0, 1, 0, 'maxwidth500') ?> + select_produits($infos['product_id_for_fee'], 'product_id_for_fee_'.$key, '', $conf->product->limit_size, 0, 1, 2, '', 0, array(), 0, '1', 0, 'maxwidth300') ?> >