Skip to content

Commit

Permalink
Merge branch '15.0' of [email protected]:Dolibarr/dolibarr.git into 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 18, 2022
1 parent bd58cf1 commit 05f0f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/hrm/class/position.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ public function LibStatut($status, $mode = 0)
* @param string $keysuffix Prefix string to add into name and id of field (can be used to avoid duplicate names)
* @param string $keyprefix Suffix string to add into name and id of field (can be used to avoid duplicate names)
* @param string|int $morecss Value for css to define style/length of field. May also be a numeric.
* @param int $nonewbutton Do not show new button
* @return string
*/
public function showInputField($val, $key, $value, $moreparam = '', $keysuffix = '', $keyprefix = '', $morecss = 0, $nonewbutton = 0)
Expand Down

0 comments on commit 05f0f17

Please sign in to comment.