diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php index 6de51fdc359..caad933dd1e 100644 --- a/htdocs/fourn/class/fournisseur.product.class.php +++ b/htdocs/fourn/class/fournisseur.product.class.php @@ -6,6 +6,7 @@ * Copyright (C) 2012 Christophe Battarel * Copyright (C) 2015 Marcos García * Copyright (C) 2016 Charlie Benke + * Copyright (C) 2019 Frédéric France * * 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 @@ -996,9 +997,9 @@ class ProductFournisseur extends Product //$out .= ''.$langs->trans("QtyMin").''; $out .= ''.$langs->trans("User").''; foreach ($productFournLogList as $productFournLog) { - $out.= ''.dol_print_date($productFournLog['datec'], 'dayhour', 'tzuser').''; - $out.= ''.price($productFournLog['price']).''; - //$out.= ''.$productFournLog['quantity'].''; + $out.= ''.dol_print_date($productFournLog['datec'], 'dayhour', 'tzuser').''; + $out.= ''.price($productFournLog['price']).''; + //$out.= ''.$productFournLog['quantity'].''; $out.= ''.$productFournLog['lastname'].''; } $out .= '';