Fix bad merge
This commit is contained in:
parent
c09009d088
commit
a2bb64354b
@ -651,16 +651,11 @@ class pdf_sponge extends ModelePDFFactures
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// We found a page break
|
// We found a page break
|
||||||
<<<<<<< HEAD
|
|
||||||
$showpricebeforepagebreak = 0;
|
|
||||||
=======
|
|
||||||
|
|
||||||
// Allows data in the first page if description is long enough to break in multiples pages
|
// Allows data in the first page if description is long enough to break in multiples pages
|
||||||
if(!empty($conf->global->MAIN_PDF_DATA_ON_FIRST_PAGE))
|
if(!empty($conf->global->MAIN_PDF_DATA_ON_FIRST_PAGE))
|
||||||
$showpricebeforepagebreak = 1;
|
$showpricebeforepagebreak = 1;
|
||||||
else
|
else
|
||||||
$showpricebeforepagebreak = 0;
|
$showpricebeforepagebreak = 0;
|
||||||
>>>>>>> branch '11.0' of git@github.com:Dolibarr/dolibarr.git
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else // No pagebreak
|
else // No pagebreak
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user