Correct travis
This commit is contained in:
parent
d3a14c514a
commit
3b8a3ccb14
@ -48,12 +48,13 @@ class FormVentilation extends Form
|
|||||||
* @param string $selectedkey Value
|
* @param string $selectedkey Value
|
||||||
* @return string HTML edit field
|
* @return string HTML edit field
|
||||||
*/
|
*/
|
||||||
function select_bookkeeping_importkey($htmlname = 'importkey', $selectedkey) {
|
function select_bookkeeping_importkey($htmlname = 'importkey', $selectedkey)
|
||||||
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
$date_array = array ();
|
$date_array = array ();
|
||||||
|
|
||||||
$sql = 'SELECT DISTINCT import_key from ' . MAIN_DB_PREFIX . 'accounting_bookkeeping';
|
$sql = 'SELECT DISTINCT import_key from ' . MAIN_DB_PREFIX . 'accounting_bookkeeping';
|
||||||
$sql .= ' ORDER BY import_key DESC';
|
$sql .= ' ORDER BY import_key DESC';
|
||||||
|
|
||||||
$out = '<SELECT name="' . $htmlname . '">';
|
$out = '<SELECT name="' . $htmlname . '">';
|
||||||
@ -90,10 +91,10 @@ class FormVentilation extends Form
|
|||||||
/**
|
/**
|
||||||
* Return list of accounts with label by chart of accounts
|
* Return list of accounts with label by chart of accounts
|
||||||
*
|
*
|
||||||
* @param string $selectedid Preselected chart of accounts
|
* @param string $selectid Preselected chart of accounts
|
||||||
* @param string $htmlname Name of field in html form
|
* @param string $htmlname Name of field in html form
|
||||||
* @param int $showempty Add an empty field
|
* @param int $showempty Add an empty field
|
||||||
* @param array $events Event options
|
* @param array $event Event options
|
||||||
*
|
*
|
||||||
* @return string String with HTML select
|
* @return string String with HTML select
|
||||||
*/
|
*/
|
||||||
@ -151,10 +152,10 @@ class FormVentilation extends Form
|
|||||||
/**
|
/**
|
||||||
* Return list of accounts with label by class of accounts
|
* Return list of accounts with label by class of accounts
|
||||||
*
|
*
|
||||||
* @param string $selectedid Preselected pcg_type
|
* @param string $selectid Preselected pcg_type
|
||||||
* @param string $htmlname Name of field in html form
|
* @param string $htmlname Name of field in html form
|
||||||
* @param int $showempty Add an empty field
|
* @param int $showempty Add an empty field
|
||||||
* @param array $events Event options
|
* @param array $event Event options
|
||||||
*
|
*
|
||||||
* @return string String with HTML select
|
* @return string String with HTML select
|
||||||
*/
|
*/
|
||||||
@ -205,10 +206,10 @@ class FormVentilation extends Form
|
|||||||
/**
|
/**
|
||||||
* Return list of accounts with label by sub_class of accounts
|
* Return list of accounts with label by sub_class of accounts
|
||||||
*
|
*
|
||||||
* @param string $selectedid Preselected pcg_type
|
* @param string $selectid Preselected pcg_type
|
||||||
* @param string $htmlname Name of field in html form
|
* @param string $htmlname Name of field in html form
|
||||||
* @param int $showempty Add an empty field
|
* @param int $showempty Add an empty field
|
||||||
* @param array $events Event options
|
* @param array $event Event options
|
||||||
*
|
*
|
||||||
* @return string String with HTML select
|
* @return string String with HTML select
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user