Fix regression. Add hidden option PROPAL_DISABLE_SIGNATURE to restore
old behaviour.
This commit is contained in:
parent
d717757594
commit
386b19d4b1
@ -647,8 +647,11 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Customer signature area
|
// Customer signature area
|
||||||
$posy=$this->_signature_area($pdf, $object, $posy, $outputlangs);
|
if (empty($conf->global->PROPAL_DISABLE_SIGNATURE))
|
||||||
|
{
|
||||||
|
$posy=$this->_signature_area($pdf, $object, $posy, $outputlangs);
|
||||||
|
}
|
||||||
|
|
||||||
// Pied de page
|
// Pied de page
|
||||||
$this->_pagefoot($pdf,$object,$outputlangs);
|
$this->_pagefoot($pdf,$object,$outputlangs);
|
||||||
if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
|
if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user