From: vincent@cubedesigners.com Date: Wed, 6 Oct 2021 08:23:39 +0000 (+0000) Subject: wait #4755 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ecc16f63729a55dafc3af2656dbd58ea3e4dc3ca;p=cubeextranet.git wait #4755 @0:05 --- diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index b328112bf..50e71d54e 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -430,7 +430,7 @@ class wsBookParametres extends wsParametres $this->fields['pdfCompress'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Compression du fichier PDF')); $this->fields['pdfReplace'] = array('type' => 'freefile', 'default' => '', 'editable' => true, 'label' => __('PDF de remplacement'), 'grade' => 3, 'fileFilter' => $pdfFilter); - $this->forms['pdf'] = array('label' => __('Fonction de téléchargement'), + $this->forms['downloadpdf'] = array('label' => __('Fonction de téléchargement'), 'fieldsnames' => array('pdf', 'pdfName', 'pdfReplace', 'pdfCompress', 'pdfComplex', 'offlineExport')); // .