Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
1b7ee97082
@ -657,7 +657,7 @@ while ($i < min($num, $limit))
|
|||||||
}
|
}
|
||||||
if (!empty($arrayfields['s.nom']['checked']))
|
if (!empty($arrayfields['s.nom']['checked']))
|
||||||
{
|
{
|
||||||
print '<td>';
|
print '<td class="tdoverflowmax150">';
|
||||||
if ($obj->socid > 0) {
|
if ($obj->socid > 0) {
|
||||||
// TODO Use a cache for this string
|
// TODO Use a cache for this string
|
||||||
print $socstatic->getNomUrl(1, '');
|
print $socstatic->getNomUrl(1, '');
|
||||||
|
|||||||
@ -1513,6 +1513,7 @@ function dol_init_file_process($pathtoscan = '', $trackid = '')
|
|||||||
* @param int $generatethumbs 1=Generate also thumbs for uploaded image files
|
* @param int $generatethumbs 1=Generate also thumbs for uploaded image files
|
||||||
* @param Object $object Object used to set 'src_object_*' fields
|
* @param Object $object Object used to set 'src_object_*' fields
|
||||||
* @return int <=0 if KO, >0 if OK
|
* @return int <=0 if KO, >0 if OK
|
||||||
|
* @see dol_remove_file_process()
|
||||||
*/
|
*/
|
||||||
function dol_add_file_process($upload_dir, $allowoverwrite = 0, $donotupdatesession = 0, $varfiles = 'addedfile', $savingdocmask = '', $link = null, $trackid = '', $generatethumbs = 1, $object = null)
|
function dol_add_file_process($upload_dir, $allowoverwrite = 0, $donotupdatesession = 0, $varfiles = 'addedfile', $savingdocmask = '', $link = null, $trackid = '', $generatethumbs = 1, $object = null)
|
||||||
{
|
{
|
||||||
@ -1673,6 +1674,7 @@ function dol_add_file_process($upload_dir, $allowoverwrite = 0, $donotupdatesess
|
|||||||
* @param int $donotdeletefile 1=Do not delete physically file
|
* @param int $donotdeletefile 1=Do not delete physically file
|
||||||
* @param string $trackid Track id (used to prefix name of session vars to avoid conflict)
|
* @param string $trackid Track id (used to prefix name of session vars to avoid conflict)
|
||||||
* @return void
|
* @return void
|
||||||
|
* @see dol_add_file_process()
|
||||||
*/
|
*/
|
||||||
function dol_remove_file_process($filenb, $donotupdatesession = 0, $donotdeletefile = 1, $trackid = '')
|
function dol_remove_file_process($filenb, $donotupdatesession = 0, $donotdeletefile = 1, $trackid = '')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user