|
dolibarr 20.0.5
|
( ) More...
Go to the source code of this file.
Functions | |
| fieldListJournal ($fieldlist, $obj=null, $tabname='', $context='') | |
| Show fields in insert/edit mode. | |
Variables | |
| if (!defined( 'CSRFCHECK_WITH_TOKEN')) = GETPOSTINT('limit') ? GETPOSTINT('limit') : $conf->liste_limit | |
| fieldListJournal | ( | $fieldlist, | |
| $obj = null, | |||
| $tabname = '', | |||
| $context = '' ) |
Show fields in insert/edit mode.
| string[] | $fieldlist | Array of fields |
| Object | $obj | If we show a particular record, obj is filled with record fields |
| string | $tabname | Name of SQL table |
| string | $context | 'add'=Output field for the "add form", 'edit'=Output field for the "edit form", 'hide'=Output field for the "add form" but we don't want it to be rendered |
Definition at line 694 of file journals_list.php.
| if | ( | ! | defined 'CSRFCHECK_WITH_TOKEN' = '' | ) | = GETPOSTINT('limit') ? GETPOSTINT('limit') : $conf->liste_limit |
Definition at line 26 of file journals_list.php.