forked from Wavyzz/dolibarr
Fix: jquery fileupload broken feature
This commit is contained in:
@@ -172,7 +172,7 @@ if ($id > 0 || ! empty($ref))
|
||||
|
||||
// Affiche formulaire upload
|
||||
$formfile=new FormFile($db);
|
||||
$formfile->form_attach_new_file(DOL_URL_ROOT.'/commande/document.php?id='.$object->id,'',0,0,$user->rights->commande->creer);
|
||||
$formfile->form_attach_new_file(DOL_URL_ROOT.'/commande/document.php?id='.$object->id,'',0,0,$user->rights->commande->creer,50,$object);
|
||||
|
||||
|
||||
// List of document
|
||||
|
||||
Reference in New Issue
Block a user