From ecc16f63729a55dafc3af2656dbd58ea3e4dc3ca Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 6 Oct 2021 08:23:39 +0000 Subject: [PATCH] wait #4755 @0:05 --- inc/ws/Metier/class.ws.book.parametres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); // . -- 2.39.5