Changes

m
Line 48: Line 48:  
</div>
 
</div>
   −
With Dolibarr 3.4 or higher, check also that option "Protection of generated pdf (Enabling NOT recomanded, disable feature of PDF mass generation)" is disabled into '''Setup - PDF'''.
+
Check also that option "Protection of generated pdf (Enabling NOT recomanded, disable feature of PDF mass generation)" is disabled into '''Setup - PDF'''.
    
'''Other options'''
 
'''Other options'''
   −
* You can add constants and '''MAIN_USE_JQUERY_MULTISELECT''' with value '''select2''' and '''CONCATPDF_MULTIPLE_CONCATENATION_ENABLED''' to 1 in '''Home - Setup - Other''' to allow the selection and concatenation of multiple files.
+
* You can also enable the option to concat several files in the setup page of module.
   −
* You can also add constant '''CONCATPDF_PRESELECTED_MODELS''' into '''Home - Setup - Other''' if you want to have a particular pdf document preselected into combo box.
+
* You can also add constant '''CONCATPDF_PRESELECTED_MODELS''' into '''Home - Setup - Other''' if you want to have a particular pdf document preselected by default into combo box.
    
Syntax to use is: CONCATPDF_PRESELECTED_MODELS='''proposal''':filename1,filename2;...;'''supplier_order''':filename4...
 
Syntax to use is: CONCATPDF_PRESELECTED_MODELS='''proposal''':filename1,filename2;...;'''supplier_order''':filename4...