';
diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index d56dc9d2f51..828c7155912 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -1730,6 +1730,7 @@ class Form
if ($user->admin && ! $noadmininfo) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1);
}
+
/**
* \brief Selection HT ou TTC
* \param selected Id pre-selectionne
@@ -1740,6 +1741,7 @@ class Form
print $this->load_PriceBaseType($selected,$htmlname);
}
+
/**
* \brief Selection HT ou TTC
* \param selected Id pre-selectionne
@@ -1773,12 +1775,15 @@ class Form
return $return;
}
+
/**
* Return combo list of differents status of a proposal
* Values are id of table c_propalst
- * @param selected etat pre-selectionne
+ *
+ * @param selected etat pre-selectionne
+ * @param short Use short labels
*/
- function select_propal_statut($selected='')
+ function select_propal_statut($selected='',$short=0)
{
global $langs;
@@ -1806,7 +1811,17 @@ class Form
{
print '';
$i++;
}
@@ -1822,6 +1837,7 @@ class Form
/**
* Return a HTML select list of bank accounts
+ *
* @param selected Id account pre-selected
* @param htmlname Name of select zone
* @param statut Status of searched accounts (0=open, 1=closed)