diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 144e6719714..df365b6d365 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1498,6 +1498,7 @@ else $formquestion=array( //'text' => $langs->trans("ConfirmClone"), //array('type' => 'checkbox', 'name' => 'clone_content', 'label' => $langs->trans("CloneMainAttributes"), 'value' => 1), + //array('type' => 'checkbox', 'name' => 'update_prices', 'label' => $langs->trans("PuttingPricesUpToDate"), 'value' => 1), array('type' => 'other', 'name' => 'socid', 'label' => $langs->trans("SelectThirdParty"), 'value' => $html->select_company(GETPOST('socid'),'socid','(s.client=1 OR s.client=3)')) ); // Paiement incomplet. On demande si motif = escompte ou autre diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 5af432450ee..5d4e0c634df 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1992,7 +1992,7 @@ class Form if ($formquestion) { - $more.='
| '.$formquestion['text'].' |