Fix bad merge
This commit is contained in:
parent
c09009d088
commit
a2bb64354b
@ -651,16 +651,11 @@ class pdf_sponge extends ModelePDFFactures
|
||||
else
|
||||
{
|
||||
// We found a page break
|
||||
<<<<<<< HEAD
|
||||
$showpricebeforepagebreak = 0;
|
||||
=======
|
||||
|
||||
// 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))
|
||||
$showpricebeforepagebreak = 1;
|
||||
else
|
||||
$showpricebeforepagebreak = 0;
|
||||
>>>>>>> branch '11.0' of git@github.com:Dolibarr/dolibarr.git
|
||||
}
|
||||
}
|
||||
else // No pagebreak
|
||||
|
||||
Loading…
Reference in New Issue
Block a user