2
0
forked from Wavyzz/dolibarr

fix pb with multicompny payment dictionnary on faxcture card

This commit is contained in:
florian HENRY
2019-05-18 12:11:28 +02:00
parent c50a3c4a78
commit 02af7ca25e
4 changed files with 12 additions and 7 deletions

View File

@@ -102,8 +102,7 @@ class Form
* @param string $paramid Key of parameter for id ('id', 'socid')
* @return string HTML edit field
*/
public function editfieldkey($text, $htmlname, $preselected, $object, $perm, $typeofdata = 'string', $moreparam = '', $fieldrequired = 0, $notabletag = 0, $paramid = 'id')
{
public function editfieldkey($text, $htmlname, $preselected, $object, $perm, $typeofdata = 'string', $moreparam = '', $fieldrequired = 0, $notabletag = 0, $paramid = 'id') {
global $conf,$langs;
$ret='';
@@ -144,7 +143,7 @@ class Form
}
return $ret;
}
}
/**
* Output value of a field for an editable field