New: Make option MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT available by default

This commit is contained in:
Laurent Destailleur
2011-08-31 10:59:54 +00:00
parent 8b772eef30
commit 925e8f2793
5 changed files with 58 additions and 7 deletions

View File

@@ -322,10 +322,12 @@ class FormAdmin
/**
* Return html select list with available languages (key='en_US', value='United States' for example)
* @param selected Langue pre-selectionnee
* @param htmlname Nom de la zone select
* @param filter Key to filter
* @param showempty Add empty value
*
* @param string $selected Paper format pre-selected
* @param string $htmlname Name of HTML select field
* @param string $filter Key to filter
* @param int $showempty Add empty value
* @return string Return HTML output
*/
function select_paper_format($selected='',$htmlname='paperformat_id',$filter=0,$showempty=0)
{