]> _ Git - cubeextranet.git/commitdiff
wait #4755 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 6 Oct 2021 08:23:39 +0000 (08:23 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 6 Oct 2021 08:23:39 +0000 (08:23 +0000)
inc/ws/Metier/class.ws.book.parametres.php

index b328112bf4e20006a56029af9f1b7f743cc3e116..50e71d54e3f6638e658c79f2cbfa555dc09993c5 100644 (file)
@@ -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'));
         // .